61 #ifdef HAVE_XPETRA_TPETRA
111 #endif // HAVE_XPETRA_TPETRA
113 #ifdef HAVE_XPETRA_EPETRA
124 TEUCHOS_TEST_FOR_EXCEPTION(1,
Xpetra::Exceptions::RuntimeError,
"Epetra returned the following error code: " << ls <<
". Xpetra do not know how to interpret this error code.");
154 #endif // HAVE_XPETRA_EPETRA
std::string toString(Xpetra::UnderlyingLib lib)
Convert a Xpetra::UnderlyingLib to a std::string.
Exception throws to report errors in the internal logical of the program.
const Epetra_CrsGraph & toEpetra(const RCP< const CrsGraph< int, GlobalOrdinal, Node > > &graph)
RCP< const Tpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node > > toTpetra(const RCP< const CrsGraph< LocalOrdinal, GlobalOrdinal, Node > > &graph)
RCP< const CrsGraph< int, GlobalOrdinal, Node > > toXpetra(const Epetra_CrsGraph &g)
CombineMode
Xpetra::Combine Mode enumerable type.