mus_interpolation_config_type Derived Type

type, public :: mus_interpolation_config_type

Contains information loaded from config file


Inherited by

type~~mus_interpolation_config_type~~InheritedByGraph type~mus_interpolation_config_type mus_interpolation_config_type type~mus_interpolation_type mus_interpolation_type type~mus_interpolation_type->type~mus_interpolation_config_type config type~mus_scheme_type mus_scheme_type type~mus_scheme_type->type~mus_interpolation_type intp type~mus_varsys_solverdata_type mus_varSys_solverData_type type~mus_varsys_solverdata_type->type~mus_scheme_type scheme type~mus_varsys_data_type mus_varSys_data_type type~mus_varsys_data_type->type~mus_varsys_solverdata_type solverData

Contents


Components

TypeVisibilityAttributesNameInitial
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.