|
Tpetra Matrix/Vector Services
Version of the Day
|
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 } |
| Rule for combining data in an Import or Export. More... | |
Functions | |
| void | Tpetra::setCombineModeParameter (Teuchos::ParameterList &plist, const std::string ¶mName) |
| Set CombineMode parameter in a Teuchos::ParameterList. | |
Declaration of Tpetra::CombineMode enum, and a function for setting a Tpetra::CombineMode parameter in a Teuchos::ParameterList.
Definition in file Tpetra_CombineMode.hpp.
1.7.6.1