mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-05 10:46:23 +00:00
05febfc938
- Removed nnodes from topology exports (now in basis module) - Added exports for new topology names (Triangle, Quadrilateral, etc.) - Kept old names as exports (they're aliases for backwards compatibility) - Added explanatory comments about topology vs basis separation - Added examples showing how node count comes from basis now - Organized exports by dimension (0D/1D/2D/3D)