Files
JuliaFEM.jl/src
Jukka Aho b5ad4728cf feat(assemblers): Add CSC cache for pre-allocated sparse assembly
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)
2025-11-20 16:56:38 +02:00
..
2025-11-08 07:57:15 +02:00
2018-09-06 13:34:26 +03:00