|
Tpetra parallel linear algebra
Version of the Day
|
Exception thrown by CrsMatrix on invalid global index. More...
#include <Tpetra_Exceptions_decl.hpp>

Public Member Functions | |
| InvalidGlobalIndex (const std::string &msg, const GlobalOrdinal globalIndex) | |
| Constructor. More... | |
| GlobalOrdinal | offendingIndex () const |
| The offending global index. More... | |
Exception thrown by CrsMatrix on invalid global index.
| GlobalOrdinal | Same as the GlobalOrdinal template parameter of Map, CrsGraph, CrsMatrix, MultiVector, etc. |
Definition at line 80 of file Tpetra_Exceptions_decl.hpp.
|
inline |
Constructor.
| msg | [in] The exception message. |
| globalIndex | [in] The offending global index. |
Definition at line 86 of file Tpetra_Exceptions_decl.hpp.
|
inline |
The offending global index.
Definition at line 91 of file Tpetra_Exceptions_decl.hpp.
1.8.5