mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-23 11:02:36 +00:00
7778ff344a
Update test_reset_functions.jl to use get_stress/get_tangent getters and relax allocation requirements for reset! function. - Rename test set from MaterialStateCache to AssemblyMaterialWorkspace - Update field access to use get_stress/get_tangent getter functions - Relax allocation test for reset! (not in hot path, NamedTuple overhead acceptable) - Add missing test_helpers.jl include