mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-17 10:59:08 +00:00
dc44ea6e5f
New 263-line test file for strain tensor computation: - Tests ε = ½(∇u + ∇u^T) from displacement gradients - Tests uniaxial extension case - Tests pure shear deformation - Tests rigid body translation (should produce zero strain) - Validates symmetry property (ε = ε^T) - Tests type stability and zero-allocation performance - Includes performance benchmark (< 200 ns target) Comprehensive test for strain computation essential for solid mechanics and material model evaluation.