vtk_fortran_vtm_file Module


Uses

  • module~~vtk_fortran_vtm_file~~UsesGraph module~vtk_fortran_vtm_file vtk_fortran_vtm_file module~befor64~3 befor64 module~vtk_fortran_vtm_file->module~befor64~3 module~penf~6 penf module~vtk_fortran_vtm_file->module~penf~6 module~stringifor stringifor module~vtk_fortran_vtm_file->module~stringifor module~vtk_fortran_vtk_file_xml_writer_abstract vtk_fortran_vtk_file_xml_writer_abstract module~vtk_fortran_vtm_file->module~vtk_fortran_vtk_file_xml_writer_abstract module~vtk_fortran_vtk_file_xml_writer_ascii_local vtk_fortran_vtk_file_xml_writer_ascii_local module~vtk_fortran_vtm_file->module~vtk_fortran_vtk_file_xml_writer_ascii_local module~befor64~3->module~penf~6 module~befor64_pack_data_m befor64_pack_data_m module~befor64~3->module~befor64_pack_data_m module~penf_allocatable_memory~2 penf_allocatable_memory module~penf~6->module~penf_allocatable_memory~2 module~penf_b_size~2 penf_b_size module~penf~6->module~penf_b_size~2 module~penf_global_parameters_variables~3 penf_global_parameters_variables module~penf~6->module~penf_global_parameters_variables~3 module~penf_stringify~4 penf_stringify module~penf~6->module~penf_stringify~4 module~stringifor->module~penf~6 module~stringifor_string_t~2 stringifor_string_t module~stringifor->module~stringifor_string_t~2 module~vtk_fortran_vtk_file_xml_writer_abstract->module~penf~6 module~vtk_fortran_vtk_file_xml_writer_abstract->module~stringifor module~foxy foxy module~vtk_fortran_vtk_file_xml_writer_abstract->module~foxy module~vtk_fortran_parameters vtk_fortran_parameters module~vtk_fortran_vtk_file_xml_writer_abstract->module~vtk_fortran_parameters module~vtk_fortran_vtk_file_xml_writer_ascii_local->module~penf~6 module~vtk_fortran_vtk_file_xml_writer_ascii_local->module~stringifor module~vtk_fortran_vtk_file_xml_writer_ascii_local->module~vtk_fortran_vtk_file_xml_writer_abstract module~vtk_fortran_dataarray_encoder vtk_fortran_dataarray_encoder module~vtk_fortran_vtk_file_xml_writer_ascii_local->module~vtk_fortran_dataarray_encoder module~befor64_pack_data_m->module~penf~6 module~foxy->module~penf~6 module~foxy_xml_file foxy_xml_file module~foxy->module~foxy_xml_file module~foxy_xml_tag foxy_xml_tag module~foxy->module~foxy_xml_tag module~penf_allocatable_memory~2->module~penf_global_parameters_variables~3 module~penf_allocatable_memory~2->module~penf_stringify~4 iso_fortran_env iso_fortran_env module~penf_allocatable_memory~2->iso_fortran_env module~penf_b_size~2->module~penf_global_parameters_variables~3 module~penf_stringify~4->module~penf_b_size~2 module~penf_stringify~4->module~penf_global_parameters_variables~3 module~penf_stringify~4->iso_fortran_env module~stringifor_string_t~2->module~befor64~3 module~stringifor_string_t~2->module~penf~6 module~stringifor_string_t~2->iso_fortran_env module~face~3 face module~stringifor_string_t~2->module~face~3 module~vtk_fortran_dataarray_encoder->module~befor64~3 module~vtk_fortran_dataarray_encoder->module~penf~6 module~vtk_fortran_parameters->module~penf~6 module~vtk_fortran_parameters->iso_fortran_env module~face~3->iso_fortran_env module~foxy_xml_file->module~penf~6 module~foxy_xml_file->module~foxy_xml_tag module~foxy_xml_tag->module~penf~6 module~foxy_xml_tag->module~stringifor

Used by

  • module~~vtk_fortran_vtm_file~~UsedByGraph module~vtk_fortran_vtm_file vtk_fortran_vtm_file module~vtk_fortran vtk_fortran module~vtk_fortran->module~vtk_fortran_vtm_file program~vtk_fortran_use_module_basic vtk_fortran_use_module_basic program~vtk_fortran_use_module_basic->module~vtk_fortran program~vtk_fortran_write_pvts vtk_fortran_write_pvts program~vtk_fortran_write_pvts->module~vtk_fortran program~vtk_fortran_write_volatile vtk_fortran_write_volatile program~vtk_fortran_write_volatile->module~vtk_fortran program~vtk_fortran_write_vtm vtk_fortran_write_vtm program~vtk_fortran_write_vtm->module~vtk_fortran program~vtk_fortran_write_vtr vtk_fortran_write_vtr program~vtk_fortran_write_vtr->module~vtk_fortran program~vtk_fortran_write_vts vtk_fortran_write_vts program~vtk_fortran_write_vts->module~vtk_fortran program~vtk_fortran_write_vtu vtk_fortran_write_vtu program~vtk_fortran_write_vtu->module~vtk_fortran program~vtk_fortran_write_vtu~2 vtk_fortran_write_vtu program~vtk_fortran_write_vtu~2->module~vtk_fortran

Derived Types

type, public ::  vtm_file

Components

Type Visibility Attributes Name Initial
class(xml_writer_abstract), public, allocatable :: xml_writer
integer(kind=I4P), public, allocatable :: scratch_unit(:)

Type-Bound Procedures

procedure, public, pass(self) :: initialize
procedure, public, pass(self) :: finalize
generic, public :: write_block => write_block_array, write_block_string, write_block_scratch
procedure, private, pass(self) :: write_block_array
procedure, private, pass(self) :: write_block_string
procedure, private, pass(self) :: parse_scratch_files
procedure, private, pass(self) :: write_block_scratch

Functions

private function initialize(self, filename, scratch_units_number) result(error)

Arguments

Type IntentOptional Attributes Name
class(vtm_file), intent(inout) :: self
character(len=*), intent(in) :: filename
integer(kind=I4P), intent(in), optional :: scratch_units_number

Return Value integer(kind=I4P)

private function finalize(self) result(error)

Arguments

Type IntentOptional Attributes Name
class(vtm_file), intent(inout) :: self

Return Value integer(kind=I4P)

private function write_block_array(self, filenames, names, name) result(error)

Arguments

Type IntentOptional Attributes Name
class(vtm_file), intent(inout) :: self
character(len=*), intent(in) :: filenames(1:)
character(len=*), intent(in), optional :: names(1:)
character(len=*), intent(in), optional :: name

Return Value integer(kind=I4P)

private function write_block_string(self, action, filenames, names, name) result(error)

Arguments

Type IntentOptional Attributes Name
class(vtm_file), intent(inout) :: self
character(len=*), intent(in), optional :: action
character(len=*), intent(in), optional :: filenames
character(len=*), intent(in), optional :: names
character(len=*), intent(in), optional :: name

Return Value integer(kind=I4P)

private function parse_scratch_files(self) result(error)

Arguments

Type IntentOptional Attributes Name
class(vtm_file), intent(inout) :: self

Return Value integer(kind=I4P)

private function write_block_scratch(self, scratch, action, filename, name) result(error)

Arguments

Type IntentOptional Attributes Name
class(vtm_file), intent(inout) :: self
integer(kind=I4P), intent(in) :: scratch
character(len=*), intent(in) :: action
character(len=*), intent(in), optional :: filename
character(len=*), intent(in), optional :: name

Return Value integer(kind=I4P)