|
PB3D
[2.45]
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. More... | |
| integer function, public | parse_args () |
| Parses the command line arguments. More... | |
| integer function, public | open_input () |
| Open the input files. More... | |
| integer function, public | open_output () |
| Open the output files. More... | |
| subroutine, public | close_output () |
| Closes the output file. More... | |
Variables | |
| character(len=max_str_ln), dimension(:), allocatable, public | opt_args |
optional arguments that can be passed using –[name] More... | |
Operations related to files !
| subroutine, public files_ops::close_output |
Closes the output file.
Definition at line 703 of file files_ops.f90.
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine, public files_ops::init_files |
Initialize the variables for the module.
Definition at line 25 of file files_ops.f90.
Here is the caller graph for this function:| integer function, public files_ops::open_input |
Open the input files.
Definition at line 178 of file files_ops.f90.
Here is the call graph for this function:
Here is the caller graph for this function:| integer function, public files_ops::open_output |
Open the output files.
.txt.sh.datAlso sets some output variables.
Definition at line 529 of file files_ops.f90.
Here is the call graph for this function:
Here is the caller graph for this function:| integer function, public files_ops::parse_args |
Parses the command line arguments.
command_arg Definition at line 79 of file files_ops.f90.
Here is the call graph for this function:
Here is the caller graph for this function:| 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.