Contains information loaded from config file
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=labelLen), | public | :: | method |
name of the order of the interpolation method for fillFinerFromMe |
|||
integer, | public | :: | order |
Order of the interpolation for fillFinerFromMe |
|||
character(len=labelLen), | public | :: | weights_method | = | 'linear_distance' |
name of used weighting method |
|
integer, | public | :: | IDW_powerfac | = | 6 |
Power factor for inverse distance weighting |
|
logical, | public | :: | useComputeStencil | = | .false. |
Stencil for linear interpolation. By default use stencil from weighted average |
|
logical, | public | :: | testInterpolation | = | .false. |
Interpolation test by comparing against the initial condition |
|
logical, | public | :: | testEachElement | = | .false. | ||
logical, | public | :: | testFluids | = | .false. | ||
logical, | public | :: | noIntpFromFiner | = | .false. | ||
logical, | public | :: | noIntpFromCoarser | = | .false. |