|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
Functions | |
| argparse.Namespace | parse_args () |
| Parse wrapper CLI arguments. | |
| int | main () |
| Convert the selected legacy grid file into a validated canonical PICGRID file. | |
Backward-compatible wrapper for legacy grid conversion.
This script now delegates to:
python3 generators/grid.gen legacy1d ...
so there is a single maintained conversion implementation.
| argparse.Namespace convert_grid_from_legacy_to_picgrid.parse_args | ( | ) |
Parse wrapper CLI arguments.
parse_args(). Definition at line 17 of file convert_grid_from_legacy_to_picgrid.py.
| int convert_grid_from_legacy_to_picgrid.main | ( | ) |
Convert the selected legacy grid file into a validated canonical PICGRID file.
main(). Definition at line 54 of file convert_grid_from_legacy_to_picgrid.py.