|
PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Go to the source code of this file.
Modules | |
| module | mpi_ops |
| Operations related to MPI. | |
Functions/Subroutines | |
| integer function, public | mpi_ops::start_mpi () |
| Start MPI and gather information. More... | |
| integer function, public | mpi_ops::stop_mpi (grid_eq, grid_eq_B, grid_X, grid_X_B, grid_sol, eq_1, eq_2, X_1, X_2, vac, sol) |
| Stop MPI. More... | |
| integer function, public | mpi_ops::abort_mpi () |
| Abort MPI suddenly. More... | |
| integer function, public | mpi_ops::broadcast_input_opts () |
Broadcasts options (e.g. user-prescribed) that are not passed through the HDF5 output file (i.e. ltest, no_plots, ...). More... | |
| subroutine, public | mpi_ops::sudden_stop (ierr) |
| Suddenly stops the computations, aborting MPI, etc. More... | |