Files
JuliaFEM.jl/test
Jukka Aho 42f50c95cd test(topology): add standalone topology and integration test
New 213-line standalone test file for topology and integration modules:
- Tests all 17 topology types (Seg2, Tri3, Quad4, Tet4, Hex8, etc.)
- Tests node counts, dimensionality, reference coordinates
- Tests edge and face connectivity
- Tests IntegrationPoint structure
- Tests Gauss quadrature integration for various topologies
- Validates integration weights sum to reference element volume
- Standalone execution to avoid conflicts during transition period

Comprehensive validation of zero-allocation topology and integration
infrastructure, essential for all FEM operations.
2025-12-15 11:58:37 +02:00
..
2025-12-15 07:43:34 +02:00
2025-12-15 08:19:07 +02:00
2025-12-15 10:25:57 +02:00