|
PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Go to the source code of this file.
Modules | |
| module | input_utilities |
| Numerical utilities related to input. | |
Functions/Subroutines | |
| logical function, public | input_utilities::get_log (yes, ind) |
| Queries for a logical value yes or no, where the default answer is also to be provided. More... | |
| real(dp) function, public | input_utilities::get_real (lim_lo, lim_hi, ind) |
| Queries for user input for a real value, where allowable range can be provided as well. More... | |
| integer function, public | input_utilities::get_int (lim_lo, lim_hi, ind) |
| Queries for user input for an integer value, where allowable range can be provided as well. More... | |
| subroutine, public | input_utilities::pause_prog (ind) |
| Pauses the running of the program. More... | |
| subroutine, public | input_utilities::dealloc_in () |
| Cleans up input from equilibrium codes. More... | |