hvs_vtk_close Subroutine

public subroutine hvs_vtk_close(vtk_file, proc)

This routine finalizes the vtu file i.e closing cellData xml and creating pvtu file to combile all parallel vtu files

Arguments

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

The file descriptor to close again.

type(tem_comm_env_type), intent(in) :: proc

Communicator for the parallel environment.


Calls

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

Contents

None