setReqVars Module Subroutine

pure module subroutine setReqVars(this, rowReqVars, colReqVars, varCont)

Set variable names required by the row and column functions and find their indices in variable container

Arguments

Type IntentOptional Attributes Name
class(MatrixTerm), intent(inout) :: this
type(StringArray), intent(in), dimension(:) :: rowReqVars
type(StringArray), intent(in), dimension(:) :: colReqVars
type(VariableContainer), intent(in) :: varCont