Hello,
I want to do a push forward of a fourth order tensor. In indicial notation, this looks like
Bijkl = FiI FjJ FkK FlL AIJKL
Fmn is the deformation gradient tensor. I am planning to program it, but if it’s already there, I don’t have to do it. Thanks!
--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/dfffc86e-e7b6-49ec-9609-6c6db216f45c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Edgar,There is a rotate method in RankFourTensor.C that performs the rank-2 and rank-4 operation you've listed.