appendDerivative Subroutine

private subroutine appendDerivative(derivatives, coordTrans, rotation, dimen)

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: derivatives

The number of derivatives of your equation (inclunding the zeroth order derivative).

integer, intent(in) :: coordTrans

The coordinate transformation you apply.

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

The coordinate rotation you want to initialize.

integer, intent(in) :: dimen

The spatial dimension of the system


Called by

proc~~appendderivative~~CalledByGraph proc~appendderivative appendDerivative proc~initcoordinaterotation initCoordinateRotation proc~initcoordinaterotation->proc~appendderivative

Contents

None