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