mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-20 18:18:31 +00:00
e6a1767f99
The three-phase cache exerciser still referenced the retired per-call material state bag and an older `update_geometry_cache!` arity. Fold everything onto the shared global cache object and the slimmer geometry updater signature. - Hoist `BenchmarkTools` to module scope for the `@benchmark` block. - Drop the duplicate legacy `update_material_cache!` testset; keep the zero-alloc path driven by `GlobalMaterialCache`.