|
EpetraExt Package Browser (Single Doxygen Collection) Development
|
#include "Epetra_ConfigDefs.h"#include "Epetra_Map.h"#include "Epetra_CrsMatrix.h"#include "Epetra_Vector.h"#include "Teuchos_RCP.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | EpetraExt |
| EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix. | |
Functions | |
| void | EpetraExt::readEpetraLinearSystem (const std::string &fileName, const Epetra_Comm &comm, Teuchos::RCP< Epetra_CrsMatrix > *A=NULL, Teuchos::RCP< Epetra_Map > *map=NULL, Teuchos::RCP< Epetra_Vector > *x=NULL, Teuchos::RCP< Epetra_Vector > *b=NULL, Teuchos::RCP< Epetra_Vector > *xExact=NULL) |
| Read in an Epetra linear system from a file. | |
| void | EpetraExt::readEpetraLinearSystem64 (const std::string &fileName, const Epetra_Comm &comm, Teuchos::RCP< Epetra_CrsMatrix > *A=NULL, Teuchos::RCP< Epetra_Map > *map=NULL, Teuchos::RCP< Epetra_Vector > *x=NULL, Teuchos::RCP< Epetra_Vector > *b=NULL, Teuchos::RCP< Epetra_Vector > *xExact=NULL) |