sdr_hvs_config_type Derived Type

type, public :: sdr_hvs_config_type

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


Components

Type Visibility Attributes Name Initial
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.