Tpetra Matrix/Vector Services  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
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
}
 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.

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines