| TriUtils
    Development
    | 
#include "Trilinos_Util.h"#include "Epetra_ConfigDefs.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_GenerateCrsProblem64 (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, long long indexBase) | 
| template<typename int_type > | |
| void | TTrilinos_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_type 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_GenerateCrsProblem64 (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, long long indexBase) | 
| 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_GenerateCrsProblem64 | ( | 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, | ||
| long long | indexBase | ||
| ) | 
| void Trilinos_Util_GenerateCrsProblem64 | ( | 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, | ||
| long long | indexBase | ||
| ) | 
| void TTrilinos_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_type | indexBase | ||
| ) | 
 1.8.5
 1.8.5