PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Go to the source code of this file.
Modules | |
module | test |
Generic tests. | |
Functions/Subroutines | |
integer function, public | test::generic_tests () |
Performs generic tests. More... | |
integer function | test::test_calc_d2_smooth () |
Test calc_d2_smooth(). More... | |
integer function | test::test_splines () |
Test spline(). More... | |
subroutine | plot_y (x, x_int, y, y_int, deriv) |
integer function | test::test_tor_fun () |
Test calculation of toroidal functions. More... | |
integer function | test::test_read_hdf5_subset () |
Tests reading of HDF5 subset. More... | |
integer function | test::test_calc_int_vol () |
Tests calculation of volume integral. More... | |
subroutine test_splines::plot_y | ( | real(dp), dimension(:), intent(in) | x, |
real(dp), dimension(:), intent(in) | x_int, | ||
real(dp), dimension(:), intent(in) | y, | ||
real(dp), dimension(:), intent(in) | y_int, | ||
integer, intent(in) | deriv | ||
) |