vtk_fortran_vtm_file Module


Uses

  • module~~vtk_fortran_vtm_file~~UsesGraph module~vtk_fortran_vtm_file vtk_fortran_vtm_file 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~4 befor64 module~vtk_fortran_vtm_file->module~befor64~4 module~stringifor~2 stringifor module~vtk_fortran_vtm_file->module~stringifor~2 module~penf~2 penf module~vtk_fortran_vtm_file->module~penf~2 module~vtk_fortran_vtk_file_xml_writer_abstract->module~stringifor~2 module~vtk_fortran_vtk_file_xml_writer_abstract->module~penf~2 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~vtk_fortran_vtk_file_xml_writer_abstract module~vtk_fortran_vtk_file_xml_writer_ascii_local->module~stringifor~2 module~vtk_fortran_vtk_file_xml_writer_ascii_local->module~penf~2 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~4->module~penf~2 module~befor64_pack_data_m~4 befor64_pack_data_m module~befor64~4->module~befor64_pack_data_m~4 module~stringifor~2->module~penf~2 module~stringifor_string_t stringifor_string_t module~stringifor~2->module~stringifor_string_t module~penf_b_size penf_b_size module~penf~2->module~penf_b_size module~penf_stringify~3 penf_stringify module~penf~2->module~penf_stringify~3 module~penf_global_parameters_variables~2 penf_global_parameters_variables module~penf~2->module~penf_global_parameters_variables~2 module~vtk_fortran_dataarray_encoder->module~befor64~4 module~vtk_fortran_dataarray_encoder->module~penf~2 module~stringifor_string_t->module~befor64~4 module~stringifor_string_t->module~penf~2 iso_fortran_env iso_fortran_env module~stringifor_string_t->iso_fortran_env module~face face module~stringifor_string_t->module~face module~foxy->module~penf~2 module~foxy_xml_tag foxy_xml_tag module~foxy->module~foxy_xml_tag module~foxy_xml_file foxy_xml_file module~foxy->module~foxy_xml_file module~penf_b_size->module~penf_global_parameters_variables~2 module~penf_stringify~3->module~penf_b_size module~penf_stringify~3->module~penf_global_parameters_variables~2 module~penf_stringify~3->iso_fortran_env module~vtk_fortran_parameters->module~penf~2 module~vtk_fortran_parameters->iso_fortran_env module~befor64_pack_data_m~4->module~penf~2 module~foxy_xml_tag->module~stringifor~2 module~foxy_xml_tag->module~penf~2 module~face->iso_fortran_env module~foxy_xml_file->module~penf~2 module~foxy_xml_file->module~foxy_xml_tag

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_vtu~2 vtk_fortran_write_vtu program~vtk_fortran_write_vtu~2->module~vtk_fortran program~vtk_fortran_write_vtu vtk_fortran_write_vtu program~vtk_fortran_write_vtu->module~vtk_fortran program~vtk_fortran_write_volatile vtk_fortran_write_volatile program~vtk_fortran_write_volatile->module~vtk_fortran program~vtk_fortran_write_vtr vtk_fortran_write_vtr program~vtk_fortran_write_vtr->module~vtk_fortran program~vtk_fortran_write_vtm vtk_fortran_write_vtm program~vtk_fortran_write_vtm->module~vtk_fortran program~vtk_fortran_write_vts vtk_fortran_write_vts program~vtk_fortran_write_vts->module~vtk_fortran

Contents


Derived Types

type, public :: vtm_file

Components

TypeVisibilityAttributesNameInitial
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

TypeIntentOptionalAttributesName
class(vtm_file), intent(inout) :: self
character, intent(in) :: filename
integer(kind=I4P), intent(in), optional :: scratch_units_number

Return Value integer(kind=I4P)

private function finalize(self) result(error)

Arguments

TypeIntentOptionalAttributesName
class(vtm_file), intent(inout) :: self

Return Value integer(kind=I4P)

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

Arguments

TypeIntentOptionalAttributesName
class(vtm_file), intent(inout) :: self
character, intent(in) :: filenames(1:)
character, intent(in), optional :: names(1:)
character, intent(in), optional :: name

Return Value integer(kind=I4P)

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

Arguments

TypeIntentOptionalAttributesName
class(vtm_file), intent(inout) :: self
character, intent(in), optional :: action
character, intent(in), optional :: filenames
character, intent(in), optional :: names
character, intent(in), optional :: name

Return Value integer(kind=I4P)

private function parse_scratch_files(self) result(error)

Arguments

TypeIntentOptionalAttributesName
class(vtm_file), intent(inout) :: self

Return Value integer(kind=I4P)

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

Arguments

TypeIntentOptionalAttributesName
class(vtm_file), intent(inout) :: self
integer(kind=I4P), intent(in) :: scratch
character, intent(in) :: action
character, intent(in), optional :: filename
character, intent(in), optional :: name

Return Value integer(kind=I4P)