The compressive mode in gauss cohesive.matctu only checks if there is stage change currently
If not, it still uses previously calculated traction.
The crack disp could be updated sooner
Currently, it is only updated in crackbody.postprocess after everything within one increment.
However, it could be updated between iterations (kind of fully newton-raphson). This could be done in ifstd_enriched or matctu or crtstif_enriched_elemental.
The compressive mode in gauss cohesive.matctu only checks if there is stage change currently
If not, it still uses previously calculated traction.
The crack disp could be updated sooner
Currently, it is only updated in crackbody.postprocess after everything within one increment.
However, it could be updated between iterations (kind of fully newton-raphson). This could be done in ifstd_enriched or matctu or crtstif_enriched_elemental.