Dear all,
I have a question about tensor product.
I am new to Fenics and really don't know how to express the following expressions in Fenics.
Sigma(ij) = Cijkl*eps(kl)?
I have solved this problem:
sigma = as_tensor(C[i,j,k,l]*eps[k,l],(i,j))