mus_hvs_config_type Derived Type

type, public :: mus_hvs_config_type

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


Inherits

type~~mus_hvs_config_type~~InheritsGraph type~mus_hvs_config_type mus_hvs_config_type type~hvs_output_config_type hvs_output_config_type type~mus_hvs_config_type->type~hvs_output_config_type output

Contents


Components

TypeVisibilityAttributesNameInitial
character(len=pathLen), private :: 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.

type(hvs_output_config_type), private :: output

Description of how the visualization output should be done.