Ms > Ms Assembly Enumerations > MsNonPointwiseCalcMode
The MsNonPointwiseCalcMode enumeration contains methods for calculating matrix aggregation models or aggregation blocks when pointwise calculation of modeling problem or algorithm is used.
It is used by the following properties:
Value | Brief description |
0 | DoNotCalc. Matrix aggregation models or aggregation blocks will not be calculated. |
1 | CalcBefore. Matrix aggregation models or aggregation blocks will be calculated before pointwise problem or algorithm calculation. |
2 | CalcAfter. Default. Matrix aggregation models or aggregation blocks will be calculated after pointwise problem or algorithm calculation. |
See also: