42#ifndef EpetraExt_VECTOR_DIRICHLET_H
43#define EpetraExt_VECTOR_DIRICHLET_H
Given an input Epetra_Vector, apply given dirichlet conditions.
Vector_Dirichlet(const Epetra_IntVector &Locations, const Epetra_Vector &Values)
Constructor.
const Epetra_Vector values_
bool fwd()
Applies Dirichlet BC's.
const Epetra_IntVector locations_
~Vector_Dirichlet()
Destructor.
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.