Files
JuliaFEM.jl/test
Jukka Aho 98b126563f test(geometry): add Jacobian computation test
New 384-line test file for Jacobian matrix computation:
- Tests J = ∂x/∂ξ mapping between parametric and physical coordinates
- Tests identity, scaled, and rotated element transformations
- Tests 2D triangles and 3D tetrahedra
- Tests physical derivatives: dN/dx = J⁻¹ · dN/dξ
- Validates element quality detection (det(J) > 0)
- Tests consistency with manual calculations
- Validates type stability and zero-allocation performance
- Tests both NTuple and Vector interfaces

Comprehensive test for Jacobian computation essential for coordinate
transformation and integration in FEM assembly.
2025-12-15 08:16:26 +02:00
..
2025-12-15 07:43:34 +02:00
2025-12-15 06:40:06 +02:00