-
Notifications
You must be signed in to change notification settings - Fork 75
Runtime Parameters
hyschive edited this page Feb 13, 2026
·
38 revisions
All runtime parameters are specified in the input files Input__*:
- Input__Parameter: MOST of the runtime parameters are put here
- Input__TestProb: problem-specific parameters
- Input__Flag_{}: grid refinement criteria
- Input__DumpTable: timetable for dumping data
- Input__MemoryPool: numbers of patches to be preallocated for the memory pool
- Input__Note: simulation notes
Input file templates are put in example/input/.
Getting Started
User Guide
- Installation
- Running the Code
- Adding New Simulations
- Runtime Parameters
- MPI and OpenMP
- GPU
- Physics Modules
- Outputs
- Simulation Logs
- Data Analysis
- In Situ Python Analysis
- Test Problems
- Troubleshooting
Advanced Topics
Developer Guide