initContracDeriv Interface

interface
private module subroutine initContracDeriv(this, h, g, refVSpace, expH)

Arguments

Type IntentOptional Attributes Name
class(VelContracDerivation), intent(inout) :: this
integer(kind=ik), intent(in) :: h

Harmonic to contract with

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

Velocity space vector

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

Reference velocity space

integer(kind=ik), intent(in), optional :: expH

Expected number of harmonics (defaults to total number of harmonics)

Description

Initialize velocity contraction derivation object