|
PB3D [2.47]
Ideal linear high-n MHD stability in 3-D
|
Go to the source code of this file.
Modules | |
| module | files_ops |
| Operations related to files ! | |
Functions/Subroutines | |
| subroutine, public | files_ops::init_files () |
| Initialize the variables for the module. | |
| integer function, public | files_ops::parse_args () |
| Parses the command line arguments. | |
| integer function, public | files_ops::open_input () |
| Open the input files. | |
| integer function, public | files_ops::open_output () |
| Open the output files. | |
| subroutine, public | files_ops::close_output () |
| Closes the output file. | |
Variables | |
| character(len=max_str_ln), dimension(:), allocatable, public | files_ops::opt_args |
| optional arguments that can be passed using –[name] | |