svFSIplus
Static Public Attributes | List of all members
Trilinos Struct Reference

Initialize all Epetra types we need separate from Fortran. More...

#include <trilinos_impl.h>

Static Public Attributes

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
 

Detailed Description

Initialize all Epetra types we need separate from Fortran.

Member Data Documentation

◆ 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.

◆ F

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.

◆ K

Epetra_FEVbrMatrix * Trilinos::K
static

Global block stiffness matrix.

◆ X

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: