mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-17 17:22:10 +00:00
74d3079130
- Test compute_stress! allocations for all material types - Verify LinearElastic kernel is allocation-free - Verify NeoHookean kernel is allocation-free - Verify PerfectPlasticity kernel is allocation-free - Test all continuum theory types (3D, PlaneStress, PlaneStrain, Axisymmetric) - Use @test @allocations macro for precise allocation tracking - Ensure material trait dispatch maintains zero allocations - 257 lines of allocation verification tests