mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-18 17:47:29 +00:00
b7c4f64151
New 229-line test file included in main test/runtests.jl: - Tests PerfectPlasticity material instantiation and traits - Tests global material cache creation for stateful materials - Tests direct NamedTuple state manipulation (compositional design) - Tests cache access and manipulation (set_state!, update_cache!) - Tests multi-step plasticity simulation workflow - Tests state variable helpers (get_state_variable, set_state_variable) - Validates type stability of key operations Comprehensive integration test ensuring plasticity material works with cache system.