|
PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Generic tests. More...
Functions/Subroutines | |
| integer function, public | generic_tests () |
| Performs generic tests. More... | |
| integer function | test_calc_d2_smooth () |
| Test calc_d2_smooth(). More... | |
| integer function | test_splines () |
| Test spline(). More... | |
| integer function | test_tor_fun () |
| Test calculation of toroidal functions. More... | |
| integer function | test_read_hdf5_subset () |
| Tests reading of HDF5 subset. More... | |
| integer function | test_calc_int_vol () |
| Tests calculation of volume integral. More... | |
Generic tests.
| integer function, public test::generic_tests |
Performs generic tests.
These tests are run in interactive fashion by running the program with the –test command-line option.
–do_execute_command_line in order to generate the plots in real time.Definition at line 39 of file test.f90.
Here is the call graph for this function:
Here is the caller graph for this function:| integer function test::test_calc_d2_smooth |
Test calc_d2_smooth().
Definition at line 106 of file test.f90.
Here is the call graph for this function:
Here is the caller graph for this function:| integer function test::test_calc_int_vol |
| integer function test::test_read_hdf5_subset |
| integer function test::test_splines |