overloading of VTK_VAR_XML
|
integer(i4p) function | vtk_var_xml_scal_r4 (NC_NN, varname, var) |
| The VTK_VAR_XML_SCAL_R4 function saves R4P scalar variables. More...
|
|
integer(i4p) function | vtk_var_xml_scal_i4 (NC_NN, varname, var) |
| The VTK_VAR_XML_SCAL_I4 function saves I4P scalar variables. More...
|
|
integer(i4p) function | vtk_var_xml_vect_r4 (NC_NN, varname, varX, varY, varZ) |
| The VTK_VAR_XML_VECT_R4 function saves R4P vectorial variables. More...
|
|
integer(i4p) function | vtk_var_xml_vect_i4 (NC_NN, varname, varX, varY, varZ) |
| The VTK_VAR_XML_VECT_I4 function saves I4P vectorial variables. More...
|
|
Definition at line 166 of file module_vtk_io.f90.
integer(i4p) function mod_vtk_io::vtk_var_xml::vtk_var_xml_scal_i4 |
( |
integer(i4p), intent(in) |
NC_NN, |
|
|
character(*), intent(in) |
varname, |
|
|
integer(i4p), dimension(1:nc_nn), intent(in) |
var |
|
) |
| |
|
private |
- Parameters
-
NC_NN | : number of cells or nodes |
varname | : variable name |
var | : values to be saved |
Definition at line 814 of file module_vtk_io.f90.
integer(i4p) function mod_vtk_io::vtk_var_xml::vtk_var_xml_scal_r4 |
( |
integer(i4p), intent(in) |
NC_NN, |
|
|
character(*), intent(in) |
varname, |
|
|
real (r4p), dimension(1:nc_nn), intent(in) |
var |
|
) |
| |
|
private |
- Parameters
-
NC_NN | : number of cells or nodes |
varname | : variable name |
var | : values to be saved |
Definition at line 767 of file module_vtk_io.f90.
integer(i4p) function mod_vtk_io::vtk_var_xml::vtk_var_xml_vect_i4 |
( |
integer(i4p), intent(in) |
NC_NN, |
|
|
character(*), intent(in) |
varname, |
|
|
integer(i4p), dimension(1:nc_nn), intent(in) |
varX, |
|
|
integer(i4p), dimension(1:nc_nn), intent(in) |
varY, |
|
|
integer(i4p), dimension(1:nc_nn), intent(in) |
varZ |
|
) |
| |
|
private |
- Parameters
-
NC_NN | : number of cells or nodes |
varname | : variable name |
varX | : \(x\)-component values to be saved |
varY | : \(y\)-component values to be saved |
varZ | : \(z\)-component values to be saved |
Definition at line 914 of file module_vtk_io.f90.
integer(i4p) function mod_vtk_io::vtk_var_xml::vtk_var_xml_vect_r4 |
( |
integer(i4p), intent(in) |
NC_NN, |
|
|
character(*), intent(in) |
varname, |
|
|
real (r4p), dimension(1:nc_nn), intent(in) |
varX, |
|
|
real (r4p), dimension(1:nc_nn), intent(in) |
varY, |
|
|
real (r4p), dimension(1:nc_nn), intent(in) |
varZ |
|
) |
| |
|
private |
- Parameters
-
NC_NN | : number of cells or nodes |
varname | : variable name |
varX | : \(x\)-component values to be saved |
varY | : \(y\)-component values to be saved |
varZ | : \(z\)-component values to be saved |
Definition at line 863 of file module_vtk_io.f90.
The documentation for this interface was generated from the following file: