mapCoords Interface

interface
private pure module function mapCoords(this, gridObj, inputArray) result(output)

Arguments

Type IntentOptional Attributes Name
class(Stencil), intent(in) :: this
type(Grid), intent(in) :: gridObj

Grid used to construct the mapping

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

Input array of coordinates (size 1 - [x], or size 3 [x,h,v])

Return Value type(IntArray),allocatable,dimension(:)

Description

Stencil coordinate mapping routine