hvs_output_config_type Derived Type

type, public :: hvs_output_config_type

This data type contains data loaded from disk.


Inherits

type~~hvs_output_config_type~~InheritsGraph type~hvs_output_config_type hvs_output_config_type type~hvs_vtk_config_type hvs_vtk_config_type type~hvs_output_config_type->type~hvs_vtk_config_type vtk

Inherited by

type~~hvs_output_config_type~~InheritedByGraph type~hvs_output_config_type hvs_output_config_type type~tem_tracking_config_type tem_tracking_config_type type~tem_tracking_config_type->type~hvs_output_config_type output_config type~tem_tracking_type tem_tracking_type type~tem_tracking_type->type~tem_tracking_config_type config

Contents


Components

TypeVisibilityAttributesNameInitial
integer, private :: vis_kind

Kind of visualization file to use for the output.

type(hvs_vtk_config_type), private :: vtk

Description of the vtk configuration (used when vis_kind='vtk')

logical, private :: useGetPoint

Logic to decide to use get_point or get_element to dump data

integer, private :: nDofs

Stores the number of output dofs to be dumped.