initGrid Interface

interface
private pure module subroutine initGrid(this, x, v, maxL, maxM)

Arguments

Type IntentOptional Attributes Name
class(Grid), intent(inout) :: this
real(kind=rk), intent(in), dimension(:) :: x

Positions of x-grid cell centres

real(kind=rk), intent(in), dimension(:) :: v

Positions of v-grid cell centres

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

Highest resolved l-harmonic

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

Highest resolved m-harmonic

Description

Grid initialization routine