#include <EpetraExt_Dirichlet_Vector.h>
Inheritance diagram for EpetraExt::Vector_Dirichlet:

Public Member Functions | |
| ~Vector_Dirichlet () | |
| Destructor. | |
| Vector_Dirichlet (const Epetra_IntVector &Locations, const Epetra_Vector &Values) | |
| Constructor. | |
| bool | fwd () |
| Applies Dirichlet BC's. | |
| bool | rvs () |
| NoOp. | |
Definition at line 42 of file EpetraExt_Dirichlet_Vector.h.
| EpetraExt::Vector_Dirichlet::~Vector_Dirichlet | ( | ) | [inline] |
| EpetraExt::Vector_Dirichlet::Vector_Dirichlet | ( | const Epetra_IntVector & | Locations, | |
| const Epetra_Vector & | Values | |||
| ) | [inline] |
Constructor.
| Locations | Integer Vector containing 1's for Dirichlet rows and 0's if not | |
| Values | Vector containing values of the Dirichlet BC's |
Definition at line 56 of file EpetraExt_Dirichlet_Vector.h.
| bool EpetraExt::Vector_Dirichlet::fwd | ( | ) | [virtual] |
| bool EpetraExt::Vector_Dirichlet::rvs | ( | ) | [virtual] |
1.4.7