10 #ifndef TPETRA_COMBINEMODE_HPP
11 #define TPETRA_COMBINEMODE_HPP
99 const std::string& paramName);
106 #endif // TPETRA_COMBINEMODE_HPP
void setCombineModeParameter(Teuchos::ParameterList &plist, const std::string ¶mName)
Set CombineMode parameter in a Teuchos::ParameterList.
Insert new values that don't currently exist.
CombineMode
Rule for combining data in an Import or Export.
Replace old value with maximum of magnitudes of old and new values.
Replace existing values with new values.
Replace old values with zero.
std::string combineModeToString(const CombineMode combineMode)
Human-readable string representation of the given CombineMode.
Accumulate new values into existing values (may not be supported in all classes)