mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-09 20:43:33 +00:00
e2917cdba8
Document decision to store integration point indices instead of data in Element struct. Key rationale: Elements should store relationships (indices), not data, for memory efficiency and consistency with node connectivity pattern. Aligns with nodal assembly approach and GPU-friendly architecture.