dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #06472
trilinear form tensor
Hello,
I'm working with a Tensor which was assembled with the help of the
following ffc-form:
element = FiniteElement("Lagrange", "triangle", 1)
v = BasisFunction(element)
u = BasisFunction(element)
w = BasisFunction(element)
a = v*u*D(w, 0)*dx
Now I have some trouble with my calculations and I want to make sure
that I didn't make a mistake during my access to my tensor. That's whya
my question: When I want to have the information about my w it's the
third dimension in my tensor (u = 2nd dimension, v = 1st dimension),
right???
Thanks for your help
Anne
Follow ups