#include "Trilinos_Util.h"
#include "iohb.h"
#include "Epetra_Comm.h"
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "Epetra_CrsMatrix.h"
Functions | |
void | Trilinos_Util_ReadHpc2Epetra (char *data_file, const Epetra_Comm &comm, Epetra_Map *&map, Epetra_CrsMatrix *&A, Epetra_Vector *&x, Epetra_Vector *&b, Epetra_Vector *&xexact) |
void Trilinos_Util_ReadHpc2Epetra | ( | char * | data_file, | |
const Epetra_Comm & | comm, | |||
Epetra_Map *& | map, | |||
Epetra_CrsMatrix *& | A, | |||
Epetra_Vector *& | x, | |||
Epetra_Vector *& | b, | |||
Epetra_Vector *& | xexact | |||
) |
References Copy.