Epetra_Combine Mode enumerable type. More...
Enumerations | |
enum | Epetra_CombineMode { Add, Zero, Insert, InsertAdd, Average, Epetra_Max, Epetra_Min, AbsMax, AbsMin, Epetra_AddLocalAlso } |
Epetra_Combine Mode enumerable type.
enum Epetra_CombineMode |
If set to Add, components on the receiving processor will be added together. If set to Zero, off-processor components will be ignored. If set to Insert, off-processor components will replace existing components on the receiving processor. If set to InsertAdd, off-processor components will replace existing components, but multiple off-processor contributions will be added. If set to Average, off-processor components will be averaged with existing components on the receiving processor. (Recursive Binary Average) If set to AbsMax, magnitudes of off-processor components will be maxed with magnitudes of existing components of the receiving processor. { V = Supported by Epetra_Vector and Epetra_MultiVector, M = Supported by Epetra_CrsMatrix and Epetra_VbrMatrix }