sdr_confHead_type Derived Type

type, public :: sdr_confHead_type

This type contains basic information loaded from the config file.


Components

Type Visibility Attributes Name Initial
character(len=PathLen), public :: comment
character(len=PathLen), public :: folder
integer, public :: minlevel
type(tem_general_type), public :: general
type(sdr_subresolution_type), public :: subresolution

Information on resolution of boundaries within elements using polynomials.

type(dyn_labelarray_type), public :: inverted_colors

List of colors to invert.

Colors that are listed here, will get their definition inverted, such that filled areas are turned void and void areas will get filled if they are flooded by the none color. Inverting the none color is not possible.