calculateValues Interface

interface
private pure module subroutine calculateValues(this, varCont)

Arguments

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

Description

Default matrix entry calculation routine - loops over each row and applies rowFun and colFun to variables in provided container