Neko  0.8.99
A portable framework for high-order spectral element flow simulations
vtk_file.f90 File Reference

Go to the source code of this file.

Data Types

type  vtk_file::vtk_file_t
 Interface for legacy VTK files. More...
 

Modules

module  vtk_file
 Legacy VTK file format.
 

Functions/Subroutines

subroutine vtk_file::vtk_file_write (this, data, t)
 Write data in legacy VTK. More...
 
subroutine vtk_file::vtk_file_read (this, data)
 
subroutine vtk_file::vtk_file_write_mesh (unit, msh)
 Write a mesh in legacy VTK format. More...
 
subroutine vtk_file::vtk_file_write_cell_data (unit, mfld)
 Write a mesh field mfld as cell data. More...
 
subroutine vtk_file::vtk_file_write_point_data (unit, fld)
 Write a field fld as point data. More...
 
subroutine vtk_file::vtk_file_write_dofmap_coordinates (unit, dm)
 Write xyz-coordinates of a dofmap dm as points. More...
 
subroutine vtk_file::vtk_file_write_dofmap_data (unit, dm)
 Write a dofmap dm data as point data. More...
 
subroutine vtk_file::vtk_file_write_tet_mesh (unit, tet_msh)
 Write a tetrahedral mesh in legacy VTK format. More...
 
subroutine vtk_file::vtk_file_write_tri_mesh (unit, tri_msh)
 Write a triangular mesh in legacy VTK format. More...