#include "RefCountedPtr.H"
#include "BaseEBBC.H"
#include "BaseBCValue.H"
#include "LayoutData.H"
#include "IntVectSet.H"
#include "EBStencil.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Classes | |
class | DirichletPoissonEBBC |
class | DirichletPoissonEBBCFactory |
Defines | |
#define | CTOR_ARGS |
#define | CTOR_ARGS_WITH_DECLS |
#define CTOR_ARGS |
Value:
a_domain, \ a_layout, \ a_dx, \ a_ghostCellsPhi, \ a_ghostCellsRhs
#define CTOR_ARGS_WITH_DECLS |
Value:
const ProblemDomain& a_domain, \ const EBISLayout& a_layout, \ const RealVect& a_dx, \ const IntVect* a_ghostCellsPhi=0, \ const IntVect* a_ghostCellsRhs=0