vector XFESpace for xfem inclusion problem in elasticity

More
4 years 7 months ago #2549 by schruste
Hi,

Your gradu object is a python list where each entry is a TrialFunction of dimension dxd. You can only transpose the members of the list, not the list itself:

gradu_trans = [gt.trans for gt in gradu]

Best,
Christoph
Time to create page: 0.096 seconds