Nektar++
|
class for a general source point More...
#include <SourcePoint.hpp>
Public Member Functions | |
SrcPoint (Array< OneD, NekDouble > l, NekDouble d) | |
constructor for a boundary point without delta More... | |
~SrcPoint () | |
NekDouble | GetDelta () |
get mesh spacing paramter More... | |
void | SetDelta (NekDouble i) |
void | GetCAD (int &surf, Array< OneD, NekDouble > &uv) |
Public Member Functions inherited from Nektar::NekMeshUtils::SPBase | |
SPBase (Array< OneD, NekDouble > l) | |
virtual | ~SPBase () |
SPType | GetType () |
Array< OneD, NekDouble > | GetLoc () |
bool | HasDelta () |
bool | Isboundary () |
Private Attributes | |
NekDouble | m_delta |
Friends | |
class | MemoryManager< SrcPoint > |
Additional Inherited Members | |
Protected Attributes inherited from Nektar::NekMeshUtils::SPBase | |
SPType | m_type |
type More... | |
Array< OneD, NekDouble > | m_loc |
x,y,z location More... | |
class for a general source point
Definition at line 237 of file SourcePoint.hpp.
constructor for a boundary point without delta
Definition at line 245 of file SourcePoint.hpp.
References Nektar::NekMeshUtils::eSrcPoint, and Nektar::NekMeshUtils::SPBase::m_type.
|
inline |
Definition at line 251 of file SourcePoint.hpp.
|
inlinevirtual |
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 266 of file SourcePoint.hpp.
References ASSERTL0.
|
inlinevirtual |
get mesh spacing paramter
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 256 of file SourcePoint.hpp.
References m_delta.
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 261 of file SourcePoint.hpp.
References m_delta.
|
friend |
Definition at line 240 of file SourcePoint.hpp.
|
private |
Definition at line 272 of file SourcePoint.hpp.
Referenced by GetDelta(), and SetDelta().