Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Functions/Subroutines | |
subroutine, public | sll_s_write_projection_2d (mesh4d, array, label, projection, slice, iplot) |
Write a gnuplot file to display 2d projection of 4d array. More... | |
Variables | |
integer(kind=i32), parameter, public | sll_p_x1x2 = 0 |
integer(kind=i32), parameter, public | sll_p_x1x3 = 1 |
integer(kind=i32), parameter, public | sll_p_x1x4 = 2 |
integer(kind=i32), parameter, public | sll_p_x2x3 = 3 |
integer(kind=i32), parameter, public | sll_p_x2x4 = 4 |
integer(kind=i32), parameter, public | sll_p_x3x4 = 5 |
subroutine, public sll_m_array_plotting::sll_s_write_projection_2d | ( | type(sll_t_cartesian_mesh_4d), intent(in) | mesh4d, |
real(kind=f64), dimension(:, :, :, :), intent(in) | array, | ||
character(len=*), intent(in) | label, | ||
integer(kind=i32), intent(in) | projection, | ||
integer(kind=i32), dimension(2), intent(in) | slice, | ||
integer(kind=i32), intent(in) | iplot | ||
) |
Write a gnuplot file to display 2d projection of 4d array.
Set the projection, possible values are
[in] | mesh4d | cartesian mesh |
[in] | label | file name |
[in] | array | data array |
[in] | projection | projection plan |
[in] | slice | position of slice |
[in] | iplot | plot number |
Definition at line 47 of file sll_m_array_plotting.F90.
integer(kind=i32), parameter, public sll_p_x1x2 = 0 |
Definition at line 27 of file sll_m_array_plotting.F90.
integer(kind=i32), parameter, public sll_p_x1x3 = 1 |
Definition at line 28 of file sll_m_array_plotting.F90.
integer(kind=i32), parameter, public sll_p_x1x4 = 2 |
Definition at line 29 of file sll_m_array_plotting.F90.
integer(kind=i32), parameter, public sll_p_x2x3 = 3 |
Definition at line 30 of file sll_m_array_plotting.F90.
integer(kind=i32), parameter, public sll_p_x2x4 = 4 |
Definition at line 31 of file sll_m_array_plotting.F90.
integer(kind=i32), parameter, public sll_p_x3x4 = 5 |
Definition at line 32 of file sll_m_array_plotting.F90.