PB3D  [2.45]
Ideal linear high-n MHD stability in 3-D
Public Member Functions | List of all members
output_ops::print_ex_3d Interface Reference

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...
 

Detailed Description

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.

Member Function/Subroutine Documentation

◆ print_ex_3d_arr()

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

Parameters
[in]var_namesnames of variables in legend
[in]file_name_iname of input file
[in]zordinate
[in]xabsicca
[in]yabsicca
[in]drawwhether to draw the plot as well

Definition at line 310 of file output_ops.f90.

+ Here is the call graph for this function:

◆ print_ex_3d_ind()

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

Parameters
[in]var_namename of variable in legend
[in]file_name_iname of input file
[in]zordinate
[in]xabsicca
[in]yabsicca
[in]drawwhether to draw the plot as well

Definition at line 269 of file output_ops.f90.


The documentation for this interface was generated from the following file: