|
PB3D [2.47]
Ideal linear high-n MHD stability in 3-D
|
Operations related to files ! More...
Functions/Subroutines | |
| subroutine, public | init_files () |
| Initialize the variables for the module. | |
| integer function, public | parse_args () |
| Parses the command line arguments. | |
| integer function, public | open_input () |
| Open the input files. | |
| integer function, public | open_output () |
| Open the output files. | |
| subroutine, public | close_output () |
| Closes the output file. | |
Variables | |
| character(len=max_str_ln), dimension(:), allocatable, public | opt_args |
| optional arguments that can be passed using –[name] | |
Operations related to files !
| subroutine, public files_ops::close_output |
Closes the output file.
Definition at line 702 of file files_ops.f90.
| subroutine, public files_ops::init_files |
Initialize the variables for the module.
Definition at line 24 of file files_ops.f90.
| integer function, public files_ops::open_input |
Open the input files.
Definition at line 177 of file files_ops.f90.
| integer function, public files_ops::open_output |
Open the output files.
Also sets some output variables.
Definition at line 528 of file files_ops.f90.
| integer function, public files_ops::parse_args |
Parses the command line arguments.
command_arg Definition at line 78 of file files_ops.f90.
| character(len=max_str_ln), dimension(:), allocatable, public files_ops::opt_args |
optional arguments that can be passed using –[name]
Definition at line 19 of file files_ops.f90.