overloading of VTK_GEO_XML
|
integer(i4p) function | vtk_geo_xml_strg_r4 (nx1, nx2, ny1, ny2, nz1, nz2, NN, X, Y, Z) |
| The VTK_GEO_XML_STRG_R4 function is used for saving mesh with a VTK StructuredGrid R4P topology. More...
|
|
integer(i4p) function | vtk_geo_xml_rect_r4 (nx1, nx2, ny1, ny2, nz1, nz2, X, Y, Z) |
| The VTK_GEO_XML_RECT_R4 function is used for saving mesh with a VTK RectilinearGrid R4P topology. More...
|
|
integer(i4p) function | vtk_geo_xml_unst_r4 (NN, NC, X, Y, Z) |
| The VTK_GEO_XML_UNST_R4 function is used for saving mesh with a VTK UnstructuredGrid R4P topology. More...
|
|
integer(i4p) function | vtk_geo_xml_closep () |
| The VTK_GEO_XML_CLOSE function is used for closing mesh block data.
|
|
Definition at line 157 of file module_vtk_io.f90.
integer(i4p) function mod_vtk_io::vtk_geo_xml::vtk_geo_xml_rect_r4 |
( |
integer(i4p), intent(in) |
nx1, |
|
|
integer(i4p), intent(in) |
nx2, |
|
|
integer(i4p), intent(in) |
ny1, |
|
|
integer(i4p), intent(in) |
ny2, |
|
|
integer(i4p), intent(in) |
nz1, |
|
|
integer(i4p), intent(in) |
nz2, |
|
|
real (r4p), dimension(nx1:nx2), intent(in) |
X, |
|
|
real (r4p), dimension(ny1:ny2), intent(in) |
Y, |
|
|
real (r4p), dimension(nz1:nz2), intent(in) |
Z |
|
) |
| |
|
private |
- Parameters
-
nx1 | : initial node of x axis |
nx2 | : final node of x axis |
ny1 | : initial node of y axis |
ny2 | : final node of y axis |
nz1 | : initial node of z axis |
nz2 | : final node of z axis |
X | : \(x\)-coordinates |
Y | : \(y\)-coordinates |
Z | : \(z\)-coordinates |
Definition at line 441 of file module_vtk_io.f90.
integer(i4p) function mod_vtk_io::vtk_geo_xml::vtk_geo_xml_strg_r4 |
( |
integer(i4p), intent(in) |
nx1, |
|
|
integer(i4p), intent(in) |
nx2, |
|
|
integer(i4p), intent(in) |
ny1, |
|
|
integer(i4p), intent(in) |
ny2, |
|
|
integer(i4p), intent(in) |
nz1, |
|
|
integer(i4p), intent(in) |
nz2, |
|
|
integer(i4p), intent(in) |
NN, |
|
|
real (r4p), dimension(1:nn), intent(in) |
X, |
|
|
real (r4p), dimension(1:nn), intent(in) |
Y, |
|
|
real (r4p), dimension(1:nn), intent(in) |
Z |
|
) |
| |
|
private |
- Parameters
-
nx1 | : initial node of x axis |
nx2 | : final node of x axis |
ny1 | : initial node of y axis |
ny2 | : final node of y axis |
nz1 | : initial node of z axis |
nz2 | : final node of z axis |
NN | : total number of nodes |
X | : \(x\)-coordinates |
Y | : \(y\)-coordinates |
Z | : \(z\)-coordinates |
Definition at line 370 of file module_vtk_io.f90.
integer(i4p) function mod_vtk_io::vtk_geo_xml::vtk_geo_xml_unst_r4 |
( |
integer(i4p), intent(in) |
NN, |
|
|
integer(i4p), intent(in) |
NC, |
|
|
real (r4p), dimension(1:nn), intent(in) |
X, |
|
|
real (r4p), dimension(1:nn), intent(in) |
Y, |
|
|
real (r4p), dimension(1:nn), intent(in) |
Z |
|
) |
| |
|
private |
- Parameters
-
NN | : total number of nodes |
NC | : total number of cells |
X | : \(x\)-coordinates |
Y | : \(y\)-coordinates |
Z | : \(z\)-coordinates |
Definition at line 526 of file module_vtk_io.f90.
The documentation for this interface was generated from the following file: