mus_interpolation_type Derived Type

type, public :: mus_interpolation_type

definition of the used interpolation method


Components

Type Visibility Attributes Name Initial
type(mus_interpolation_config_type), public :: config

Information loaded from config file

type(mus_interpolation_method_type), public, allocatable :: fillFinerFromME(:)

Interpolation routines to fillFiner Size: interpolation order

type(mus_interpolation_method_type), public :: fillMineFromFiner

Interpolation routines to fillCoarser

type(mus_interpolation_stencil_type), public :: weightedAvgStencil

stencil for weighted average interpolation