Go to the source code of this file.
Classes | |
| class | Sundance::MeshDomainBase |
| class | Sundance::CurveDomain |
| class | Sundance::MeshDomainDef |
Namespaces | |
| namespace | Sundance |
Defines | |
| #define | MESH_DOMAIN_(name, code) |
| #define | MESH_DOMAIN(name, code) MESH_DOMAIN_(name, code); |
| #define MESH_DOMAIN | ( | name, | |||
| code | ) | MESH_DOMAIN_(name, code); |
Definition at line 33 of file SundanceDomainDefinition.hpp.
| #define MESH_DOMAIN_ | ( | name, | |||
| code | ) |
Value:
class name : public MeshDomainBase, \ public Playa::Handleable<MeshDomainBase> \ { \ public:\ name() : MeshDomainBase(){;} \ virtual bool isInsideComputationalDomain(const Point& x) const code \ GET_RCP(MeshDomainBase);\ }
Definition at line 23 of file SundanceDomainDefinition.hpp.