Definition at line 1 of file plot_data.f90.
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 |
|
) |
| |
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 |
|
) |
| |
character(len = 132) plot_data::path |
The documentation for this module was generated from the following file: