initScalingLBCGen Interface

interface
private module subroutine initScalingLBCGen(this, vspaceObj, isActive, fDeriv, fDerivReqIndices, colL, dx, includedDecompHarmonics)

Arguments

Type IntentOptional Attributes Name
class(ScalingLBCStencilGen), intent(inout) :: this
type(VSpace), intent(in) :: vspaceObj

VSpace object used to get grid data

logical, intent(in) :: isActive

Set to true if the process containing this has a boundary where this is to be applied

type(FScalingDerivation), intent(in) :: fDeriv

Derivation used to get scaling factors

integer(kind=ik), intent(in), dimension(:) :: fDerivReqIndices

Indices required for scaling extrapolation derivation

integer(kind=ik), intent(in) :: colL

Column l harmonic

real(kind=rk), intent(in) :: dx

Boundary cell width

integer(kind=ik), intent(in), optional, dimension(:) :: includedDecompHarmonics

Harmonics to be included in the decomposition for this generator (useful for right boundary on staggered grid). Defaults to all harmonics.

Description

Scaling logical boundary condition value generator initialization routine