copyMatDerivation Interface

interface
private pure module subroutine copyMatDerivation(this, name, deriv)

Arguments

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

Description

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