PB3D [2.47]
Ideal linear high-n MHD stability in 3-D
Loading...
Searching...
No Matches
input_utilities.f90 File Reference

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.
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.
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.
subroutine, public input_utilities::pause_prog (ind)
 Pauses the running of the program.
subroutine, public input_utilities::dealloc_in ()
 Cleans up input from equilibrium codes.