mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-29 15:42:55 +00:00
d07220aa76
- Alternative to element-by-element assembly for GPU/matrix-free - Node-by-node loop eliminates atomic operations on GPU - Spider pattern: nodes couple with 10-30 neighbors not all N - NodeToElementsMap: inverse connectivity (node → elements) - get_node_spider() finds coupled nodes for sparse stiffness - NodalStiffnessContribution: 3×3 blocks per node - 307 lines: Experimental architecture with working prototype