mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-17 01:02:13 +00:00
92b3df4526
Add quantity type extraction trait for field types and optimize DOF mapping function for zero-allocation performance. - Add quantity_type trait function for field types - Implement quantity_type for Displacement, Temperature, DisplacementRotation - Add @inline to get_dof_mapping! for better inlining - Optimize get_dof_mapping! loop to use indexed access instead of iterator - Avoid iterator allocation in DOF mapping computation