|
Xpetra
Version of the Day
|
#include "Xpetra_EpetraConfigDefs.hpp"#include "Xpetra_Exceptions.hpp"#include "Xpetra_CrsGraph.hpp"#include "Xpetra_EpetraExport.hpp"#include "Xpetra_EpetraImport.hpp"#include "Xpetra_EpetraMap.hpp"#include "Xpetra_EpetraUtils.hpp"#include <Epetra_CrsGraph.h>Go to the source code of this file.
Classes | |
| class | Xpetra::EpetraCrsGraphT< GlobalOrdinal, Node > |
| class | Xpetra::EpetraCrsGraphT< int, EpetraNode > |
| class | Xpetra::EpetraCrsGraphT< long long, EpetraNode > |
Namespaces | |
| Xpetra | |
| Xpetra namespace | |
Functions | |
| template<class GlobalOrdinal , class Node > | |
| XPETRA_DEPRECATED RCP< const CrsGraph< int, GlobalOrdinal, Node > > | Xpetra::toXpetra (const Epetra_CrsGraph &graph) |
| template<class GlobalOrdinal , class Node > | |
| XPETRA_DEPRECATED const Epetra_CrsGraph & | Xpetra::toEpetra (const RCP< const CrsGraph< int, GlobalOrdinal, Node >> &graph) |