ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
plot_data Module Reference

Public Member Functions

subroutine plot_data_1d (type_plot, x, y, np, printname, z)
 
subroutine plot_data_2d (type_plot, x, y, printname, z)
 

Public Attributes

character(len=132) path
 

Detailed Description

Definition at line 1 of file plot_data.f90.

Member Function/Subroutine Documentation

subroutine plot_data::plot_data_1d ( character (len=*), intent(in)  type_plot,
real(r8), dimension(:), intent(in)  x,
real(r8), dimension(:), intent(in)  y,
integer(itm_i4), intent(in)  np,
character (len=*), intent(in)  printname,
real(r8), dimension(:), intent(in), optional  z 
)

Definition at line 11 of file plot_data.f90.

Here is the caller graph for this function:

subroutine plot_data::plot_data_2d ( character (len = *), intent(in)  type_plot,
real(r8), dimension(:, :), intent(in)  x,
real(r8), dimension(:, :), intent(in)  y,
character (len = *), intent(in)  printname,
real(r8), dimension(:, :), intent(in), optional  z 
)

Definition at line 109 of file plot_data.f90.

Here is the caller graph for this function:

Member Data Documentation

character(len = 132) plot_data::path

Definition at line 7 of file plot_data.f90.


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