Public Member Functions
Sundance::MeshDomainDef Class Reference
Inheritance diagram for Sundance::MeshDomainDef:
Sundance::Handle< MeshDomainBase > Sundance::ObjectWithVerbosityBase

List of all members.

Public Member Functions

 MeshDomainDef ()
 Empty ctor.
 MeshDomainDef (Handleable< MeshDomainBase > *rawPtr)
 Construct a MeshDomainDef with a raw pointer to a MeshDomainBase.
 MeshDomainDef (const RefCountPtr< MeshDomainBase > &smartPtr)
 Construct a MeshDomainDef with a smart pointer to a MeshDomainBase.
bool isInsideComputationalDomain (const Point &x) const
 see MeshDomainBase for Docu

Detailed Description

Definition at line 89 of file SundanceDomainDefinition.hpp.


Constructor & Destructor Documentation

Sundance::MeshDomainDef::MeshDomainDef ( ) [inline]

Empty ctor.

Definition at line 93 of file SundanceDomainDefinition.hpp.

Sundance::MeshDomainDef::MeshDomainDef ( Handleable< MeshDomainBase > *  rawPtr) [inline]

Construct a MeshDomainDef with a raw pointer to a MeshDomainBase.

Definition at line 93 of file SundanceDomainDefinition.hpp.

Sundance::MeshDomainDef::MeshDomainDef ( const RefCountPtr< MeshDomainBase > &  smartPtr) [inline]

Construct a MeshDomainDef with a smart pointer to a MeshDomainBase.

Definition at line 93 of file SundanceDomainDefinition.hpp.


Member Function Documentation

bool Sundance::MeshDomainDef::isInsideComputationalDomain ( const Point x) const [inline]

Site Contact