Some solver issue

As you can see here, you are running out of memory.
You are actually running out of memory in your projection of sigmaT, as you are not changing the default solver type which is lu, see: Out of memory error - #4 by dokken for more information.

In general, you should consider using an iterative solver to solve your linear elasticity problem as well, as direct solvers scale badly with the number of degrees of freedom.

1 Like