PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Go to the source code of this file.
Interfaces and Types | |
interface | num_ops::calc_zero_hh |
Finds the zero of a function using Householder iteration. More... | |
Modules | |
module | num_ops |
Numerical operations. | |
Functions/Subroutines | |
character(len=max_str_ln) function, public | num_ops::calc_zero_zhang (zero, fun, x_int_in) |
Finds the zero of a function using Zhang's method, which is simpler than Brent's method. More... | |
Variables | |
logical, public | num_ops::debug_calc_zero = .false. |
plot debug information for calc_zero More... | |