mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-12 06:22:00 +00:00
b5772b141b
New 98-line test file included in main test/runtests.jl: - Tests GlobalMaterialCache construction for stateless and stateful materials - Tests state access and update operations (get_state, set_state!, update_cache!, reset_cache!) - Tests state variable helpers (get_state_variable, set_state_variable) - Tests integration with material traits (create_global_material_cache) - Validates cache structure and state management for time-dependent materials Ensures material cache system works correctly for storing state variables at integration points.