Files
JuliaFEM.jl/test
Jukka Aho 728bfe1a42 test(elements): add element construction test
New 425-line test file for Element construction API:
- Tests separation of concerns: Topology + Basis + Integration + Fields
- Tests 2D/3D elements: Triangles, Tetrahedra, Quadrilaterals, Hexahedra
- Tests P1 and P2 variants with correct node counts
- Validates backward compatibility aliases (Tet4, Tri3, Quad4, Hex8)
- Tests topology properties independent of basis degree
- Tests type-stable NamedTuple fields (100× faster than Dict)
- Tests integration point storage in elements
- Validates zero-allocation element access

Comprehensive test demonstrating new Element API architecture with
proper separation of concerns and type stability.
2025-12-15 08:06:33 +02:00
..
2025-12-15 07:43:34 +02:00
2025-12-15 06:40:06 +02:00