
Public Member Functions | |
| MeshDomainBase () | |
| virtual | ~MeshDomainBase () |
| virtual bool | isInsideComputationalDomain (const Point &x) const |
Definition at line 38 of file SundanceDomainDefinition.hpp.
| Sundance::MeshDomainBase::MeshDomainBase | ( | ) | [inline] |
Definition at line 42 of file SundanceDomainDefinition.hpp.
| virtual Sundance::MeshDomainBase::~MeshDomainBase | ( | ) | [inline, virtual] |
Definition at line 44 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 51 of file SundanceDomainDefinition.hpp.