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_;
 
 
Given an input Epetra_LinearProblem, apply given dirichlet conditions.
 
~CrsMatrix_Dirichlet()
Destructor.
 
bool fwd()
Applies Dirichlet BC's.
 
CrsMatrix_Dirichlet(const Epetra_IntVector &Locations, bool Symmetric=false)
Constructor.
 
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.