hvs_vtk_dump_data Subroutine

public subroutine hvs_vtk_dump_data(vtk_file, varpos, varsys, mesh, time, subtree)

Dump the given data (input) with the given name in the given format (vtu) to the given unit.

Arguments

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

VTK file to write data to.

integer, intent(in) :: varpos

Position of the variable to write

type(tem_varSys_type), intent(in) :: varsys

Description of the available variable system to get the given varnames from.

type(treelmesh_type), intent(in) :: mesh

Mesh to write the data on.

type(tem_time_type), intent(in) :: time

Point in time to use for this data.

Can be important for space-time function evaluations.

type(tem_subTree_type), intent(in), optional :: subtree

Optional restriction of the elements to output.


Calls

proc~~hvs_vtk_dump_data~~CallsGraph proc~hvs_vtk_dump_data hvs_vtk_dump_data interface~convert_to_base64 convert_to_Base64 proc~hvs_vtk_dump_data->interface~convert_to_base64 proc~real32_to_base64 real32_to_base64 interface~convert_to_base64->proc~real32_to_base64 proc~char_to_base64 char_to_base64 interface~convert_to_base64->proc~char_to_base64 proc~int8_to_base64 int8_to_base64 interface~convert_to_base64->proc~int8_to_base64 proc~int64_to_base64 int64_to_base64 interface~convert_to_base64->proc~int64_to_base64 proc~real64_to_base64 real64_to_base64 interface~convert_to_base64->proc~real64_to_base64 proc~int32_to_base64 int32_to_base64 interface~convert_to_base64->proc~int32_to_base64 interface~encodeindex EncodeIndex proc~real32_to_base64->interface~encodeindex interface~encodeblock EncodeBlock proc~real32_to_base64->interface~encodeblock interface~convert_to_base64_single convert_to_Base64_single proc~real32_to_base64->interface~convert_to_base64_single proc~char_to_base64->interface~encodeindex proc~char_to_base64->interface~encodeblock proc~char_to_base64->interface~convert_to_base64_single proc~int8_to_base64->interface~encodeindex proc~int8_to_base64->interface~encodeblock proc~int8_to_base64->interface~convert_to_base64_single proc~int64_to_base64->interface~encodeindex proc~int64_to_base64->interface~encodeblock proc~int64_to_base64->interface~convert_to_base64_single proc~real64_to_base64->interface~encodeindex proc~real64_to_base64->interface~encodeblock proc~real64_to_base64->interface~convert_to_base64_single proc~int32_to_base64->interface~encodeindex proc~int32_to_base64->interface~encodeblock proc~int32_to_base64->interface~convert_to_base64_single proc~real64_to_base64_single real64_to_base64_single interface~convert_to_base64_single->proc~real64_to_base64_single proc~int8_to_base64_single int8_to_base64_single interface~convert_to_base64_single->proc~int8_to_base64_single proc~char_to_base64_single char_to_base64_single interface~convert_to_base64_single->proc~char_to_base64_single proc~int64_to_base64_single int64_to_base64_single interface~convert_to_base64_single->proc~int64_to_base64_single proc~int32_to_base64_single int32_to_base64_single interface~convert_to_base64_single->proc~int32_to_base64_single proc~real32_to_base64_single real32_to_base64_single interface~convert_to_base64_single->proc~real32_to_base64_single

Called by

proc~~hvs_vtk_dump_data~~CalledByGraph proc~hvs_vtk_dump_data hvs_vtk_dump_data proc~hvs_output_write hvs_output_write proc~hvs_output_write->proc~hvs_vtk_dump_data proc~tem_tracker tem_tracker proc~tem_tracker->proc~hvs_output_write

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, public :: nElems
integer, public :: iElem
integer, public :: nComp
integer, public :: epos(1)
character(len=PathLen), public :: headerline
character, public :: linebreak
character(len=LabelLen), public :: dataname
real(kind=c_double), public, target, allocatable:: indata(:)
integer, public :: spatialComp
logical, public :: use_ascii