Appearance
Lib_VTK_IO_INI_XML
Source: src/third_party/VTKFortran/references/legacy/Lib_VTK_IO_INI_XML.f90
Dependencies
Contents
Functions
VTK_INI_XML_WRITE
Returns: integer(kind=I4P)
fortran
function VTK_INI_XML_WRITE(fformat, filename, mesh_topology, nx1, nx2, ny1, ny2, nz1, nz2, cf) result(E_IO)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fformat | character(len=*) | in | ||
filename | character(len=*) | in | ||
mesh_topology | character(len=*) | in | ||
nx1 | integer(kind=I4P) | in | optional | |
nx2 | integer(kind=I4P) | in | optional | |
ny1 | integer(kind=I4P) | in | optional | |
ny2 | integer(kind=I4P) | in | optional | |
nz1 | integer(kind=I4P) | in | optional | |
nz2 | integer(kind=I4P) | in | optional | |
cf | integer(kind=I4P) | out | optional |
Call graph
VTK_INI_XML_READ
Returns: integer(kind=I4P)
fortran
function VTK_INI_XML_READ(fformat, filename, mesh_topology, npieces, nx1, nx2, ny1, ny2, nz1, nz2, cf) result(E_IO)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
fformat | character(len=*) | in | ||
filename | character(len=*) | in | ||
mesh_topology | character(len=*) | in | ||
npieces | integer(kind=I4P) | out | optional | |
nx1 | integer(kind=I4P) | out | optional | |
nx2 | integer(kind=I4P) | out | optional | |
ny1 | integer(kind=I4P) | out | optional | |
ny2 | integer(kind=I4P) | out | optional | |
nz1 | integer(kind=I4P) | out | optional | |
nz2 | integer(kind=I4P) | out | optional | |
cf | integer(kind=I4P) | out | optional |
Call graph