#include <EBLevelOp.H>
Inheritance diagram for EBLevelOp:
Public Methods | |
EBLevelOp () | |
virtual | ~EBLevelOp () |
virtual EBLevelOp * | newOp () const=0 |
virtual bool | isDefined () const=0 |
EBLevelOp is a pure base class to encapsulate level operations API for elliptic solvers. All elliptic operators used by AMRSolver inherit the EBLevelOp interface.
|
|
|
|
|
Implemented in EBPoissonOp. |
|
this gets around the "no virtual constructor" rule Implements GenLevelOp< EBCellFAB >. Implemented in EBPoissonOp. |