api/ | Config, Engine, Result, logging setup |
params/ | model/scheme dataclasses and default registries |
core/states/ | state allocation and model-specific builders |
core/schemes/ | stepper implementations and the (model, scheme, backend) registry |
cuda_kernel/ | CUDA/C++ extensions and JIT loaders |
cpu_kernel/ | CPU-side C++ extensions for the implicit path |
CNN/BGK1D1V/ | warm-start data generation, training, and evaluation |
analysis/ | benchmark, convergence, and cross-scheme tools |
plotting/ | state visualization |
utillib/ | device, progress, and formatting helpers |
_legacy/ | legacy class-based implementations |
tests/ | smoke and utility-level checks |