#include "Trilinos_Util.h"#include "iohb.h"#include "Epetra_Comm.h"#include "Epetra_BlockMap.h"#include "Epetra_Vector.h"#include "Epetra_VbrMatrix.h"
Functions | |
| void | Trilinos_Util_ReadHb2EpetraVbr (char *data_file, char *partitioning, const Epetra_Comm &comm, Epetra_BlockMap *&map, Epetra_VbrMatrix *&A, Epetra_Vector *&x, Epetra_Vector *&b, Epetra_Vector *&xexact) |
| void Trilinos_Util_ReadHb2EpetraVbr | ( | char * | data_file, |
| char * | partitioning, | ||
| const Epetra_Comm & | comm, | ||
| Epetra_BlockMap *& | map, | ||
| Epetra_VbrMatrix *& | A, | ||
| Epetra_Vector *& | x, | ||
| Epetra_Vector *& | b, | ||
| Epetra_Vector *& | xexact | ||
| ) |
References Trilinos_Util_create_vbr(), and Trilinos_Util_read_hb().
1.7.6.1