Commit Graph

1 Commits

Author SHA1 Message Date
Jukka Aho fd63377af3 test(elements): add DOF extraction test
New 218-line test file for extract_element_dofs functions:
- Tests single-field scalar extraction (Temperature)
- Tests single-field vector extraction (Displacement 2D/3D)
- Tests multi-field extraction (Temperature + Displacement)
- Tests non-contiguous DOF indices
- Tests both flat and structured extraction variants
- Validates zero-allocation for all extraction functions
- Tests NamedTuple return types with proper field names

Comprehensive test ensuring DOF extraction works correctly for
all field types and maintains zero-allocation performance.
2025-12-15 08:09:22 +02:00