Epetra Package Browser (Single Doxygen Collection)
Development
|
Epetra_Combine Mode enumerable type. More...
Go to the source code of this file.
Enumerations | |
enum | Epetra_CombineMode { Add, Zero, Insert, InsertAdd, Average, Epetra_Max, Epetra_Min, AbsMax, AbsMin, Epetra_AddLocalAlso } |
Epetra_Combine Mode enumerable type.
Definition in file Epetra_CombineMode.h.
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 }
Definition at line 64 of file Epetra_CombineMode.h.