|
subroutine, public | sol_ops::plot_sol_vals (sol, last_unstable_id) |
| Plots Eigenvalues. More...
|
|
integer function, public | sol_ops::plot_sol_vec (mds_X, mds_sol, grid_eq, grid_X, grid_sol, eq_1, eq_2, X, sol, XYZ, X_id, plot_var) |
| Plots Eigenvectors. More...
|
|
integer function, public | sol_ops::plot_harmonics (mds, grid_sol, sol, X_id, res_surf) |
| Plots the harmonics and their maximum in 2-D. More...
|
|
integer function, public | sol_ops::decompose_energy (mds_X, mds_sol, grid_eq, grid_X, grid_sol, eq_1, eq_2, X, sol, vac, X_id, B_aligned, XYZ, E_pot_int, E_kin_int) |
| Decomposes the plasma potential and kinetic energy in its individual terms for an individual Eigenvalue. More...
|
|
integer function | sol_ops::calc_e (mds_X, mds_sol, grid_eq, grid_X, grid_sol, eq_1, eq_2, X, sol, vac, B_aligned, X_id, E_pot, E_kin, E_pot_int, E_kin_int) |
| Calculate the energy terms in the energy decomposition. More...
|
|
integer function, public | sol_ops::print_output_sol (grid, sol, data_name, rich_lvl, remove_previous_arrs) |
| Print solution quantities to an output file: More...
|
|