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

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