|
PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Go to the source code of this file.
Modules | |
| module | driver_post |
| Main driver of PostProcessing of program Peeling Ballooning in 3D. | |
Functions/Subroutines | |
| integer function, public | driver_post::init_post () |
| Initializes the POST driver. More... | |
| integer function, public | driver_post::run_driver_post () |
| The main driver routine for postprocessing. More... | |
| subroutine, public | driver_post::stop_post () |
| Cleans up main driver for postprocessing. More... | |
| integer function | driver_post::open_decomp_log () |
| Opens the decomposition log file. More... | |
| integer function | driver_post::write_decomp_log (X_id, E_pot_int, E_kin_int) |
| Write to decomposition log file. More... | |
| subroutine | driver_post::find_stab_ranges (sol, min_id, max_id, last_unstable_id) |
finds the plot ranges min_id and max_id. More... | |
| subroutine | driver_post::plot_sol_val_comp (sol_val_comp) |
| Plots difference between Eigenvalues and energy fraction. More... | |
| integer function | driver_post::setup_out_grids (grids_out, XYZ_eq, XYZ_sol) |
| Sets up the output grids for a particular parallel job. More... | |