Guillaume Giudicelli
Guillaume Giudicelli
ok let's move all the source code in src and include folders in a directory under `moose/modules/tensor_mechanics/examples`. then for the docs you will want to put that there: `modules/tensor_mechanics/examples` and...
Dont worry about that. you may have to update the large media submodule again that s it
Hello it s not automatically triggering for new contributors. I turned it on again manually. I d like to see other people s input on this work before we move...
I'll take a look tomorrow
Do you all have trouble viewing TRI7 in paraivew?
The sides trip the side Jacobian computation in the MeshDiagnostics mg @roystgnr any thoughts? Are we just too demanding on the convergence ``` [0] ../src/fe/fe_map.C, line 1929, compiled Mar 6...
you're right 5.12 does show the tri7s, 5.11 does not
> I'd like to know what the mapping Jacobian looks like at the vertex near the failure. how do I get this? Is there some output I can turn on...
ok did this ``` for (auto i : this->node_index_range()) { Point p = this->master_point(i); for (auto j : make_range(LIBMESH_DIM)) { Point row = FEMap::map_deriv(2, this, j, p); oss
``` [0] ../src/fe/fe_map.C, line 1929, compiled Mar 15 2024 at 09:52:20 WARNING: Newton scheme has not converged in 11 iterations: physical_point=(x,y,z)=( 1.17806, -1.62146, 0) physical_guess=(x,y,z)=( 1.17806, -1.62146, 0) dp=(x,y,z)=(-1.15587e-15, 2.09685e-12,...