PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Go to the source code of this file.
Modules | |
module | rich_ops |
Operations concerning Richardson extrapolation. | |
Functions/Subroutines | |
integer function, public | rich_ops::init_rich () |
Initialize Richardson extrapolation system. More... | |
subroutine, public | rich_ops::term_rich () |
Terminate the Richardson extrapolation system. More... | |
logical function, public | rich_ops::do_rich () |
Tests whether this Richardson level should be done. More... | |
integer function, public | rich_ops::start_rich_lvl () |
Start a Richardson level. More... | |
subroutine, public | rich_ops::stop_rich_lvl () |
Stop a Richardson level. More... | |
subroutine, public | rich_ops::calc_rich_ex (sol_val) |
Calculates the coefficients of the Eigenvalues in the Richardson extrapolation. More... | |
subroutine | rich_ops::check_conv () |
Decides whether convergence has been reached for the Richardson extrapolation. More... | |
integer function, public | rich_ops::find_max_rich_lvl (lvl_rich_req, max_lvl_rich_file) |
Probe to find out which Richardson levels are available. More... | |