copyMatDerivation Module Subroutine

pure module subroutine copyMatDerivation(this, name, deriv)

Copy matrix derivation with given name into passed deriv object, overwriting any existing derivation

Arguments

Type IntentOptional Attributes Name
class(Textbook), intent(in) :: this
character(len=*), intent(in) :: name
class(MatDerivation), intent(inout), allocatable :: deriv