mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-20 10:08:31 +00:00
fd63377af3
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.