ply_subsample_type Derived Type

type, public :: ply_subsample_type


Components

Type Visibility Attributes Name Initial
logical, public :: isActive = .false.

Is subsampling active

integer, public :: sampling_lvl

The current sampling lvl.

integer, public :: projectionType = ply_QLegendrePoly_prp

The type of projection we use to subsample the elemental data.

integer, public :: caplevel = 20

Maximal Level down to which subsampling should be done.

integer, public :: minsub = 0

Minimal subsampling depth:

integer, public :: maxsub = 0

Maximal subsampling depth:

real(kind=rk), public :: eps_osci

Maximum allowed oscillation of the solution. For adaptive subsampling only.

real(kind=rk), public :: dofReducFactor

Factor for the reduction of the degrees of freedom in one subsampling step (per spatial direction).

logical, public :: adaptiveDofReduction

Indicator for limitation of total memory consumption

integer, public :: AbsUpperBoundLevel

Absolute upper bound level to refine to.