42 #ifndef EpetraExt_CRSMATRIX_DIRICHLET_H
43 #define EpetraExt_CRSMATRIX_DIRICHLET_H
45 #if defined(EpetraExt_SHOW_DEPRECATED_WARNINGS)
47 #warning "The EpetraExt package is deprecated"
53 #include <Epetra_CrsMatrix.h>
54 #include <Epetra_IntVector.h>
78 bool Symmetric =
false )
79 : locations_(Locations),
96 std::set<int> colSet_;
98 const bool symmetric_;
103 #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.