Files
JuliaFEM.jl/test/geometry
Jukka Aho dc44ea6e5f test(geometry): add strain tensor computation test
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.
2025-12-15 08:17:17 +02:00
..