EBSimpleSolver Class Reference

#include <EBSimpleSolver.H>

Inheritance diagram for EBSimpleSolver:

Inheritance graph
[legend]
Collaboration diagram for EBSimpleSolver:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 EBSimpleSolver ()
virtual ~EBSimpleSolver ()
virtual void setHomogeneous (bool a_homogeneous)
virtual void define (LinearOp< LevelData< EBCellFAB > > *a_operator, bool a_homogeneous)
virtual void setNumSmooths (const int &a_numSmooths)
virtual void solve (LevelData< EBCellFAB > &a_phi, const LevelData< EBCellFAB > &a_rhs)

Private Attributes

bool m_isDefined
MGLevelOp< LevelData
< EBCellFAB > > * 
m_operator
bool m_homogeneous
int m_numSmooths


Constructor & Destructor Documentation

EBSimpleSolver::EBSimpleSolver (  ) 

virtual EBSimpleSolver::~EBSimpleSolver (  )  [virtual]


Member Function Documentation

virtual void EBSimpleSolver::setHomogeneous ( bool  a_homogeneous  )  [virtual]

reset whether the solver is homogeneous.

Implements LinearSolver< LevelData< EBCellFAB > >.

virtual void EBSimpleSolver::define ( LinearOp< LevelData< EBCellFAB > > *  a_operator,
bool  a_homogeneous 
) [virtual]

Define the operator and whether it is a homogeneous solver or not. The LinearSolver does not take over ownership of this a_operator object. It does not call delete on it when the LinearSolver is deleted. It is meant to be like a late-binding reference. If you created a_operator with new, you should call delete on it after LinearSolver is deleted if you want to avoid memory leaks.

Implements LinearSolver< LevelData< EBCellFAB > >.

virtual void EBSimpleSolver::setNumSmooths ( const int &  a_numSmooths  )  [virtual]

virtual void EBSimpleSolver::solve ( LevelData< EBCellFAB > &  a_phi,
const LevelData< EBCellFAB > &  a_rhs 
) [virtual]

Solve L(phi) = rhs (phi = L^-1 (rhs)).

Implements LinearSolver< LevelData< EBCellFAB > >.


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Tue Apr 14 14:23:30 2009 for Chombo + EB by  doxygen 1.5.5