42 #ifndef EpetraExt_CRSMATRIX_DIRICHLET_H
43 #define EpetraExt_CRSMATRIX_DIRICHLET_H
47 #include <Epetra_CrsMatrix.h>
48 #include <Epetra_IntVector.h>
72 bool Symmetric =
false )
73 : locations_(Locations),
90 std::set<int> colSet_;
92 const bool symmetric_;
97 #endif //EpetraExt_CRSMATRIX_DIRICHLET_H
CrsMatrix_Dirichlet(const Epetra_IntVector &Locations, bool Symmetric=false)
Constructor.
bool fwd()
Applies Dirichlet BC's.
Given an input Epetra_LinearProblem, apply given dirichlet conditions.
~CrsMatrix_Dirichlet()
Destructor.