Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
Tpetra_CombineMode.hpp File Reference

Declaration of Tpetra::CombineMode enum, and a function for setting a Tpetra::CombineMode parameter in a Teuchos::ParameterList. More...

#include <string>

Go to the source code of this file.

Namespaces

namespace  Tpetra
 Namespace Tpetra contains the class and methods constituting the Tpetra library.
 

Enumerations

enum  Tpetra::CombineMode {
  Tpetra::ADD , Tpetra::INSERT , Tpetra::REPLACE , Tpetra::ABSMAX ,
  Tpetra::ZERO , Tpetra::ADD_ASSIGN
}
 Rule for combining data in an Import or Export. More...
 

Functions

void Tpetra::setCombineModeParameter (Teuchos::ParameterList &plist, const std::string &paramName)
 Set CombineMode parameter in a Teuchos::ParameterList.
 
std::string Tpetra::combineModeToString (const CombineMode combineMode)
 Human-readable string representation of the given CombineMode.
 

Detailed Description

Declaration of Tpetra::CombineMode enum, and a function for setting a Tpetra::CombineMode parameter in a Teuchos::ParameterList.

Definition in file Tpetra_CombineMode.hpp.