hvs_vtk_write_meshdata Subroutine

public subroutine hvs_vtk_write_meshdata(vtk_file, vrtx, nElems)

Write the mesh information into the VTK output files.

Note: the unstructured meshes we write are consisting of voxels, this assumption is built into the code and exploited.

Arguments

TypeIntentOptionalAttributesName
type(hvs_vtk_file_type), intent(in) :: vtk_file

File handles to the files where the mesh data should be written to.

type(tem_vrtx_type), intent(in) :: vrtx

Information on the vertices of the mesh

integer, intent(in) :: nElems

Number of elements in the mesh


Calls

proc~~hvs_vtk_write_meshdata~2~~CallsGraph proc~hvs_vtk_write_meshdata~2 hvs_vtk_write_meshdata proc~tem_abort tem_abort proc~hvs_vtk_write_meshdata~2->proc~tem_abort mpi_abort mpi_abort proc~tem_abort->mpi_abort

Contents

None