mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-10 13:17:42 +00:00
2bbc9805cb
Changed verification from counter-only to extracting and checking matrix: - Added SparseArrays import for nnz() - Verify nnz(K) > 0 after assembly (triplets exist) - Verify nnz(K) == 0 after reset (triplets cleared) - More robust test than checking counter alone Counter is implementation detail, matrix content is the guarantee.