mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-17 01:02:13 +00:00
b5ad4728cf
New file: src/assemblers/csc_cache.jl Features: - CSCCache with pre-allocated sparse matrix structure - Faster than COO for fixed sparsity patterns - Includes reset!, extract_system functions - Uses build_sparsity_pattern for initialization Use case: - Problems with known, unchanging sparsity pattern - Faster assembly than COO (no sorting overhead) - Lower memory usage (no duplicate entries)