|
PB3D [2.47]
Ideal linear high-n MHD stability in 3-D
|
Main driver of PostProcessing of program Peeling Ballooning in 3D. More...
Functions/Subroutines | |
| integer function, public | init_post () |
| Initializes the POST driver. | |
| integer function, public | run_driver_post () |
| The main driver routine for postprocessing. | |
| subroutine, public | stop_post () |
| Cleans up main driver for postprocessing. | |
Main driver of PostProcessing of program Peeling Ballooning in 3D.
| integer function, public driver_post::init_post |
Initializes the POST driver.
eq_1 (full) and n & m (full)eq_1 (divided) and sol (divided) variablesIn the actual driver, more detailed plots are possibly made for all requested Eigenvalues if full_output.
Definition at line 76 of file driver_POST.f90.
| integer function, public driver_post::run_driver_post |
The main driver routine for postprocessing.
Furthermore, if Richardson extrapolation is used, the VMEC grids and variables are contained in multiple HDF5 variables. These variables are needed here both in a field-aligned and a plot grid.
A consequence of the above is that for VMEC the field-aligned output is already given, but the output on the plot grid has to be calculated from scratch, while for HELENA both outputs have to be interpolated from the output tables.
The general workflow is as follows:
Definition at line 541 of file driver_POST.f90.
| subroutine, public driver_post::stop_post |
Cleans up main driver for postprocessing.
Definition at line 815 of file driver_POST.f90.