mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-17 09:12:09 +00:00
f4262571a9
Updated compute_block! call to pass arrays directly from caches: - geometry_cache.∇N_data - geometry_cache.detJ_w - material_cache.𝔻 Removed commented counter write-back line, added explanatory comment. Maintains symmetric assembly optimization (upper triangle only).