mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-20 18:18:31 +00:00
727d67c242
New file: test/domains/continuum/test_cache_updates.jl Tests for: - update_element_cache! (DOF mapping correctness) - update_geometry_cache! (Jacobian, gradient computation) - update_material_cache! (stress, tangent evaluation) Validates: - Cache structures populated correctly - Array sizes match expected dimensions - Values are finite and reasonable - Zero allocations in update functions These tests ensure the three-phase cache update pattern works correctly before integration into assembly loop.