SundanceDomainDefinition.hpp File Reference

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 Documentation

#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);\
  }
define the predicate also with estimation

Definition at line 23 of file SundanceDomainDefinition.hpp.

Site Contact