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~~CallsGraph proc~hvs_vtk_init hvs_vtk_init proc~tem_open tem_open proc~hvs_vtk_init->proc~tem_open proc~upper_to_lower upper_to_lower proc~tem_open->proc~upper_to_lower proc~tem_abort tem_abort proc~tem_open->proc~tem_abort proc~newunit newunit proc~tem_open->proc~newunit mpi_abort mpi_abort proc~tem_abort->mpi_abort

Called by

proc~~hvs_vtk_init~~CalledByGraph proc~hvs_vtk_init hvs_vtk_init proc~hvs_output_init hvs_output_init proc~hvs_output_init->proc~hvs_vtk_init proc~hvs_dump_debug_array hvs_dump_debug_array proc~hvs_dump_debug_array->proc~hvs_vtk_init proc~tem_init_tracker tem_init_tracker proc~tem_init_tracker->proc~hvs_output_init

Contents


Variables

TypeVisibilityAttributesNameInitial
character(len=PathLen), public :: headerline
character, public :: linebreak
character(len=labelLen), public :: byte_order
logical, public :: pvd_opened_already