sdr_hvs_config_type Derived Type

type, public :: sdr_hvs_config_type

This datatype describes the various settings to load from the configuration file.


Inherits

type~~sdr_hvs_config_type~~InheritsGraph type~sdr_hvs_config_type sdr_hvs_config_type type~hvs_output_config_type hvs_output_config_type type~sdr_hvs_config_type->type~hvs_output_config_type output type~ply_sampled_tracking_type ply_sampled_tracking_type type~sdr_hvs_config_type->type~ply_sampled_tracking_type ply_sample_track type~tem_varsys_type tem_varSys_type type~ply_sampled_tracking_type->type~tem_varsys_type varsys type~ply_sampling_type ply_sampling_type type~ply_sampled_tracking_type->type~ply_sampling_type sampling type~tem_tracking_type tem_tracking_type type~ply_sampled_tracking_type->type~tem_tracking_type tracking type~treelmesh_type treelmesh_type type~ply_sampled_tracking_type->type~treelmesh_type mesh type~ply_sampling_adaptive_type ply_sampling_adaptive_type type~ply_sampling_type->type~ply_sampling_adaptive_type adaptive type~ply_filter_element_type ply_filter_element_type type~ply_sampling_adaptive_type->type~ply_filter_element_type filter_element

Contents


Components

TypeVisibilityAttributesNameInitial
character(len=pathLen), public :: prefix

Location on disk to load the mesh data from.

This prefix will be put before the various filenames of the individual mesh data files.

logical, public :: do_subsampling

Indication on wether to do subsampling.

Subsampling is only necessary if there is any variable with more than a single degree of freedom, and the user requests sampling of the polynomials.

type(ply_sampled_tracking_type), public :: ply_sample_track

Definition of trackings to extract only parts of the information.

This includes the configuration for subsampling (which is only relevant if there is actually subresolved data in the mesh).

type(hvs_output_config_type), public :: output

Description of how the visualization output should be done.