Mesh refinement criterion on plastic strain

Hi @Jaeyoon - A few additional suggestions to the one @bangerth above, which should work:

  • To confirm, do you see still coarsening at the surface away from shear bands if you use set Coarsening fraction = 0? In that scenario, I think you should just see refinement and no coarsening.

  • You can use the parameter set Minimum refinement level (documentation) to make sure the mesh does not coarsening beyond the set value (this can be the initial grid refinement level).

  • To refine based on plastic strain, you can use the composition threshold strategy (example test case, documentation)

  • As an aside, if you are refining inside the localized shear zones I strongly suggest using the plastic damper term in the visco plastic material model to provide a quasi length scale for the shear band width. An example model with that uses this term can be found here.

  • As a second aside, very cool looking initial results!

Cheers,
John