Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include <fstream>
#include "Teuchos_CommHelpers.hpp"
#include "Epetra_Comm.h"
#include "Epetra_Map.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Vector.h"
#include "Trilinos_Util.h"
Go to the source code of this file.
Functions | |
Epetra_CrsMatrix * | read_matrix_mm (const std::string &mm_file, const Epetra_Comm &comm) |
Epetra_Vector * | read_vector_mm (const std::string &mm_file, const Epetra_Comm &comm) |
void | read_matrix_hb (const std::string &hb_file, const Epetra_Comm &Comm, Epetra_CrsMatrix *&A, Epetra_Vector *&b) |
Epetra_CrsMatrix* read_matrix_mm | ( | const std::string & | mm_file, |
const Epetra_Comm & | comm | ||
) |
Definition at line 54 of file read_matrix.cpp.
Epetra_Vector* read_vector_mm | ( | const std::string & | mm_file, |
const Epetra_Comm & | comm | ||
) |
Definition at line 139 of file read_matrix.cpp.
void read_matrix_hb | ( | const std::string & | hb_file, |
const Epetra_Comm & | Comm, | ||
Epetra_CrsMatrix *& | A, | ||
Epetra_Vector *& | b | ||
) |
Definition at line 203 of file read_matrix.cpp.