From paper to run¶
The canonical publication for the framework is linked from the root README.md (Modelling Simul. Mater. Sci. Eng., 2024). This page maps literature → repository entry points without promising bit-for-bit reproduction of every figure (hardware, random seeds, and undocumented details always matter).
Paper concept |
Start in-repo |
|---|---|
Large-scale PFC / tungsten-style solidification |
Shipped app: |
Framework FFT / MPI scaling story |
|
Learning the API incrementally |
|
Reproducibility checklist
Record git commit or release tag, HeFFTe build, MPI modules.
Store the exact JSON/TOML and job script.
Note rank count and domain dimensions; binary outputs need sidecar metadata (
binary_field_io_spec.md).
See also¶
documentation_versioning.md— prose vs release tags