Initialize all Epetra types we need separate from Fortran.
More...
#include <trilinos_impl.h>
|
static Epetra_BlockMap * | blockMap |
| Unique block map consisting of nodes owned by each processor. More...
|
|
static Epetra_FEVector * | F |
| Global block force vector. More...
|
|
static Epetra_FEVbrMatrix * | K |
| Global block stiffness matrix. More...
|
|
static Epetra_Vector * | X |
| Solution vector consisting of unique nodes owned by the processor. More...
|
|
static Epetra_Vector * | ghostX |
| Solution vector with nodes owned by processor followed by its ghost nodes. More...
|
|
static Epetra_Import * | Importer |
| Import ghostMap into blockMap to create ghost map. More...
|
|
static Epetra_FEVector * | bdryVec |
| Contribution from coupled neumann boundary conditions. More...
|
|
static Epetra_MpiComm * | comm |
|
static Epetra_FECrsGraph * | K_graph |
|
Initialize all Epetra types we need separate from Fortran.
◆ bdryVec
Epetra_FEVector * Trilinos::bdryVec |
|
static |
Contribution from coupled neumann boundary conditions.
◆ blockMap
Epetra_BlockMap * Trilinos::blockMap |
|
static |
Unique block map consisting of nodes owned by each processor.
Epetra_FEVector * Trilinos::F |
|
static |
Global block force vector.
◆ ghostX
Epetra_Vector * Trilinos::ghostX |
|
static |
Solution vector with nodes owned by processor followed by its ghost nodes.
◆ Importer
Epetra_Import * Trilinos::Importer |
|
static |
Import ghostMap into blockMap to create ghost map.
Epetra_FEVbrMatrix * Trilinos::K |
|
static |
Global block stiffness matrix.
Epetra_Vector * Trilinos::X |
|
static |
Solution vector consisting of unique nodes owned by the processor.
The documentation for this struct was generated from the following files: