PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
Loading...
Searching...
No Matches
Functions
picurv_cli.main Namespace Reference

Functions

 main ()
 Parse command-line arguments and dispatch the requested command.
 

Detailed Description

Command-line entrypoint for the PICurv conductor.

Function Documentation

◆ main()

picurv_cli.main.main ( )

Parse command-line arguments and dispatch the requested command.

Definition at line 6 of file main.py.

6def main():
7 """!
8 @brief Parse command-line arguments and dispatch the requested command.
9 """
10 dispatch_command(build_main_parser().parse_args())
int main(int argc, char **argv)
Entry point for the postprocessor executable.