Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | isActive | = | .false. |
Is subsampling active |
|
integer, | public | :: | sampling_lvl |
The current sampling lvl. |
|||
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. |