incomp-flame-post/ford.md
ignis 2b3362a927
All checks were successful
CI Test Suite / run-tests (push) Successful in 1m11s
Deploy Documentation / build-and-deploy (push) Successful in 53s
Archive legacy pycompact.py python bindings and update documentation with historical context
2026-06-03 12:00:43 +00:00

22 lines
826 B
Markdown

---
project: HPC DNS Post-Processing Fortran Core
summary: Tridiagonal compact finite difference solver, mathematical operators, and MPI-IO drivers.
author: Google DeepMind Team & Ignis
version: 1.0.0
src_dir: ./code
output_dir: ./docs/fortran_api
exclude: **/archive/**
preprocess: true
display: public
---
# Fortran Core Documentation
Welcome to the Fortran Core Reference. This section contains automatically generated docs from `FORD` for the high-order compact difference solver modules:
- **[[Compact]]**: Compact finite difference scheme equations.
- **[[m_calculate]]**: spatial derivatives and chemical kinetics.
- **[[m_arrays]]**: post-processing field allocation.
- **[[m_openmpi]]**: MPI parallel domain wrapper.
- **[[m_parameters]]**: input loaders and physical values.
- **[[post]]**: main driver pipeline.