Public Member Functions | |
| MeshDomainBase () | |
| virtual | ~MeshDomainBase () |
| virtual bool | isInsideComputationalDomain (const Point &x) const |
Base class for mesh refinement , but also to define computational domain (which must not be the same as the mesh domain)
Definition at line 80 of file SundanceDomainDefinition.hpp.
| Sundance::MeshDomainBase::MeshDomainBase | ( | ) | [inline] |
Definition at line 84 of file SundanceDomainDefinition.hpp.
| virtual Sundance::MeshDomainBase::~MeshDomainBase | ( | ) | [inline, virtual] |
Definition at line 86 of file SundanceDomainDefinition.hpp.
| virtual bool Sundance::MeshDomainBase::isInsideComputationalDomain | ( | const Point & | x | ) | const [inline, virtual] |
Function to answer if the domain is inside the computational domain
The strategy should be that if one point of a cell is inside the domain, then the whole cell should be considered as in the computational domain.
| x | [in] coordinate of the point |
Reimplemented in Sundance::CurveDomain.
Definition at line 93 of file SundanceDomainDefinition.hpp.