#include "Epetra_Map.h"#include "Epetra_CrsMatrix.h"#include "Epetra_Vector.h"#include "Teuchos_RefCountPtr.hpp"Include dependency graph for EpetraExt_readEpetraLinearSystem.h:

This graph shows which files directly or indirectly include this file:

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