#include "Trilinos_Util.h"
#include "Epetra_Comm.h"
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "Epetra_MultiVector.h"
#include "Epetra_CrsMatrix.h"
Functions | |
void | Trilinos_Util_GenerateCrsProblem (int nx, int ny, int npoints, int *xoff, int *yoff, const Epetra_Comm &comm, Epetra_Map *&map, Epetra_CrsMatrix *&A, Epetra_Vector *&x, Epetra_Vector *&b, Epetra_Vector *&xexact, int indexBase) |
void | Trilinos_Util_GenerateCrsProblem (int nx, int ny, int npoints, int *xoff, int *yoff, int nrhs, const Epetra_Comm &comm, Epetra_Map *&map, Epetra_CrsMatrix *&A, Epetra_MultiVector *&x, Epetra_MultiVector *&b, Epetra_MultiVector *&xexact, int indexBase) |
void Trilinos_Util_GenerateCrsProblem | ( | int | nx, | |
int | ny, | |||
int | npoints, | |||
int * | xoff, | |||
int * | yoff, | |||
int | nrhs, | |||
const Epetra_Comm & | comm, | |||
Epetra_Map *& | map, | |||
Epetra_CrsMatrix *& | A, | |||
Epetra_MultiVector *& | x, | |||
Epetra_MultiVector *& | b, | |||
Epetra_MultiVector *& | xexact, | |||
int | indexBase | |||
) |
References Copy.
void Trilinos_Util_GenerateCrsProblem | ( | int | nx, | |
int | ny, | |||
int | npoints, | |||
int * | xoff, | |||
int * | yoff, | |||
const Epetra_Comm & | comm, | |||
Epetra_Map *& | map, | |||
Epetra_CrsMatrix *& | A, | |||
Epetra_Vector *& | x, | |||
Epetra_Vector *& | b, | |||
Epetra_Vector *& | xexact, | |||
int | indexBase | |||
) |