PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Print 3-D output on a file. More...
Public Member Functions | |
subroutine | print_ex_3d_ind (var_name, file_name_i, z, y, x, draw) |
individual version More... | |
subroutine | print_ex_3d_arr (var_names, file_name_i, z, x, y, draw) |
array version More... | |
Print 3-D output on a file.
The variables var_name
and file_name
hold the name of the plot and of the file in which the plot data is to be saved, respectively. z
is the an array containing the function which is stored and x
andy
are optional vectors with the x and y-values. The logical draw
can optionally disable calling the external drawing procedure for output on screen [default], without modifying the plot file.
The first index of z
(and x
, y
) contains the points of a current The plot second index indicates various plots (one or more)
Definition at line 65 of file output_ops.f90.
subroutine output_ops::print_ex_3d::print_ex_3d_arr | ( | character(len=*), dimension(:), intent(in) | var_names, |
character(len=*), intent(in) | file_name_i, | ||
real(dp), dimension(1:,1:,1:), intent(in) | z, | ||
real(dp), dimension(1:,1:,1:), intent(in), optional | x, | ||
real(dp), dimension(1:,1:,1:), intent(in), optional | y, | ||
logical, intent(in), optional | draw | ||
) |
array version
[in] | var_names | names of variables in legend |
[in] | file_name_i | name of input file |
[in] | z | ordinate |
[in] | x | absicca |
[in] | y | absicca |
[in] | draw | whether to draw the plot as well |
Definition at line 310 of file output_ops.f90.
subroutine output_ops::print_ex_3d::print_ex_3d_ind | ( | character(len=*), intent(in) | var_name, |
character(len=*), intent(in) | file_name_i, | ||
real(dp), dimension(1:,1:), intent(in) | z, | ||
real(dp), dimension(1:,1:), intent(in), optional | y, | ||
real(dp), dimension(1:,1:), intent(in), optional | x, | ||
logical, intent(in), optional | draw | ||
) |
individual version
[in] | var_name | name of variable in legend |
[in] | file_name_i | name of input file |
[in] | z | ordinate |
[in] | x | absicca |
[in] | y | absicca |
[in] | draw | whether to draw the plot as well |
Definition at line 269 of file output_ops.f90.