unityRow Module Subroutine

pure module subroutine unityRow(this, varCont, rowVals, indexingData)

Default row function. In general should use the passed variable container, row buffer, and matrix indexing data to provide values which is only a function of the row

Arguments

Type IntentOptional Attributes Name
class(MatrixTerm), intent(inout) :: this
type(VariableContainer), intent(in) :: varCont
real(kind=rk), intent(inout), dimension(:) :: rowVals
type(MatrixTermIndexingData), intent(in) :: indexingData