addDerivation Module Subroutine

module subroutine addDerivation(this, deriv, activeIndices)

Adds derivation to additive derivation object

Arguments

Type IntentOptional Attributes Name
class(AdditiveDerivation), intent(inout) :: this
class(Derivation), intent(in) :: deriv
integer(kind=ik), intent(in), dimension(:) :: activeIndices

Entries of indices object passed to calculateAdditive to be passed to added derivation