hvs_vtk_init Subroutine

public subroutine hvs_vtk_init(vtk_file, vtk_config, basename, proc)

Initialize the type for VTK format

Arguments

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

The file description to open.

type(hvs_vtk_config_type), intent(in) :: vtk_config

User specified settings for the output

character(len=*), intent(in) :: basename

Basename for the output file, rank and suffix will be appended as needed.

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

Parallel environment to use for the output.


Calls

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

Contents

None