PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Go to the source code of this file.
Modules | |
module | driver_x |
Driver of the perturbation part of PB3D. | |
Functions/Subroutines | |
integer function, public | driver_x::run_driver_x (grid_eq, grid_eq_B, grid_X, grid_X_B, eq_1, eq_2, X_1, X_2) |
Main driver of PB3D perturbation part. More... | |
integer function | driver_x::run_driver_x_0 (grid_eq, grid_eq_B, grid_X, grid_X_B, eq_1, eq_2, eq_2_B) |
part 0 of driver_x: perturbation grid as well as reconstruction of variables. More... | |
integer function | driver_x::run_driver_x_1 (grid_eq, grid_X, eq_1, eq_2, X_1) |
Part 1 of driver_x: Vectorial jobs. More... | |
integer function | driver_x::run_driver_x_2 (grid_eq_B, grid_X, grid_X_B, eq_1, eq_2_B, X_1, X_2_int) |
Part 2 of driver_X: Tensorial jobs. More... | |
subroutine | driver_x::print_info_x_2 () |
Prints information for tensorial perturbation job. More... | |