definition of the used interpolation method
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(mus_interpolation_config_type), | private | :: | config | Information loaded from config file |
|||
type(mus_interpolation_method_type), | private, | allocatable | :: | fillFinerFromME(:) | Interpolation routines to fillFiner Size: interpolation order |
||
type(mus_interpolation_method_type), | private | :: | fillMineFromFiner | Interpolation routines to fillCoarser |
|||
type(mus_interpolation_stencil_type), | private | :: | weightedAvgStencil | stencil for weighted average interpolation |