generalRow Module Subroutine

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

Multiplies all required variables and raises them to their corresponding power,using modelbound row variable buffer if allocated, and adding spatial and time profiles

Arguments

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