#include <EpetraExt_BTF_LinearProblem.h>
#include <Epetra_CrsMatrix.h>
#include <Epetra_VbrMatrix.h>
#include <Epetra_CrsGraph.h>
#include <Epetra_Map.h>
#include <Epetra_BlockMap.h>
#include <Epetra_MultiVector.h>
#include <Epetra_LinearProblem.h>
#include <set>
Go to the source code of this file.
Namespaces |
| namespace | EpetraExt |
| | EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.
|
Defines |
| #define | MATTRANS_F77 F77_FUNC(mattrans,MATTRANS) |
| #define | GENBTF_F77 F77_FUNC(genbtf,GENBTF) |
Functions |
| void | MATTRANS_F77 (int *, int *, int *, int *, int *, int *) |
| void | GENBTF_F77 (int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *) |
Define Documentation
Function Documentation
| void MATTRANS_F77 |
( |
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
|
|
) |
| |
| void GENBTF_F77 |
( |
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
|
|
) |
| |