#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 | 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. | |
|
||||||||||||||||||||||||||||||||
|
Read in an Epetra linear system from a file.
ToDo: Finish documentation! ToDo: Put this in EpetraExt after the release is finished. Definition at line 32 of file EpetraExt_readEpetraLinearSystem.cpp. |
1.3.9.1