appendRotatedVariable Subroutine

private subroutine appendRotatedVariable(nComponents, prevScalarVars, coordTrans, rotation)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nComponents

nComponents of variable you want to append.

integer, intent(in) :: prevScalarVars

The number of scalar variable you append before you append this variable.

integer, intent(in) :: coordTrans

The coordinate transformation you apply.

type(coordRotation_type), intent(inout) :: rotation

The coordinate rotation you want to initialize.