initVDiffValGen Interface

interface
private module subroutine initVDiffValGen(this, partitionObj, vspaceObj, procRank, activeXCoords, fixedA, mbA, adfAtZero)

Arguments

Type IntentOptional Attributes Name
class(VDiffStencilGen), intent(inout) :: this
type(Partition), intent(in) :: partitionObj

Partition object used to determine local number of rows

type(VSpace), intent(in) :: vspaceObj

VSpace object used to get interpolation object

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

Current processor rank

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

List of active global x coords

real(kind=rk), intent(in), optional, dimension(:) :: fixedA

Fixed A values (size numV). Defaults to ones.

character(len=*), intent(in), optional :: mbA

Optional modelbound value for A (single harmonic variable). Overrides fixed values.

real(kind=rk), intent(in), optional, dimension(2) :: adfAtZero

Optional extrapolation of Adf/dv at zero in the form A1f(v1)+A2*f(v2) where all A's are fixed. Defaults to 0.

Description

d(Ad/dv)/dv stencil value generator initialization routine