|
Xpetra
Version of the Day
|
#include "Xpetra_ConfigDefs.hpp"#include "Xpetra_EpetraUtils.hpp"#include <Teuchos_DefaultSerialComm.hpp>#include <Epetra_SerialComm.h>#include "Xpetra_Exceptions.hpp"Go to the source code of this file.
Namespaces | |
| Xpetra | |
| Xpetra namespace | |
Functions | |
| const RCP< const Epetra_Comm > | Xpetra::toEpetra (const RCP< const Teuchos::Comm< int > > &comm) |
| Convert a Teuchos_Comm to an Epetra_Comm. More... | |
| const RCP< const Teuchos::Comm < int > > | Xpetra::toXpetra (const Epetra_Comm &comm) |
| Convert an Epetra_Comm.to a Teuchos_Comm. More... | |
| bool | Xpetra::toEpetra (Teuchos::ETransp) |
| Convert a Teuchos::ETransp to an Epetra boolean. More... | |