Skip to content

Lib_VTK_IO_INI

INI interface definition for Lib_VTK_IO.

Source: src/third_party/VTKFortran/references/legacy/Lib_VTK_IO_INI.f90

Dependencies

Contents

Functions

VTK_INI

Function for initializing VTK-legacy file.

@note This function must be the first to be called.

Usage

fortran
 E_IO=VTK_INI('Binary','example.vtk','VTK legacy file','UNSTRUCTURED_GRID')

Returns: integer(kind=I4P)

fortran
function VTK_INI(fformat, filename, title, mesh_topology, cf) result(E_IO)

Arguments

NameTypeIntentAttributesDescription
fformatcharacter(len=*)inOutput format: ASCII or RAW.
filenamecharacter(len=*)inName of file.
titlecharacter(len=*)inTitle.
mesh_topologycharacter(len=*)inMesh topology.
cfinteger(kind=I4P)outoptionalCurrent file index (for concurrent files IO).

Call graph