PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Go to the source code of this file.
Modules | |
module | pb3d_ops |
Operations on PB3D output. | |
Functions/Subroutines | |
integer function, public | pb3d_ops::reconstruct_pb3d_in (data_name) |
Reconstructs the input variables from PB3D HDF5 output. More... | |
integer function, public | pb3d_ops::reconstruct_pb3d_grid (grid, data_name, rich_lvl, tot_rich, lim_pos, grid_limits) |
Reconstructs grid variables from PB3D HDF5 output. More... | |
integer function, public | pb3d_ops::reconstruct_pb3d_eq_1 (grid_eq, eq, data_name, lim_pos) |
Reconstructs the equilibrium variables from PB3D HDF5 output. More... | |
integer function, public | pb3d_ops::reconstruct_pb3d_eq_2 (grid_eq, eq, data_name, rich_lvl, tot_rich, lim_pos) |
Reconstructs the equilibrium variables from PB3D HDF5 output. More... | |
integer function, public | pb3d_ops::reconstruct_pb3d_x_1 (mds, grid_X, X, data_name, rich_lvl, tot_rich, lim_sec_X, lim_pos) |
Reconstructs the vectorial perturbation variables from PB3D HDF5 output. More... | |
integer function, public | pb3d_ops::reconstruct_pb3d_x_2 (mds, grid_X, X, data_name, rich_lvl, tot_rich, lim_sec_X, lim_pos, is_field_averaged) |
Reconstructs the tensorial perturbation variables from PB3D HDF5 output. More... | |
integer function, public | pb3d_ops::reconstruct_pb3d_vac (vac, data_name, rich_lvl) |
Reconstructs the vacuum variables from PB3D HDF5 output. More... | |
integer function, public | pb3d_ops::reconstruct_pb3d_sol (mds, grid_sol, sol, data_name, rich_lvl, lim_sec_sol, lim_pos) |
Reconstructs the solution variables from PB3D HDF5 output. More... | |
integer function, public | pb3d_ops::get_pb3d_grid_size (n, grid_name, rich_lvl, tot_rich) |
get grid size More... | |