Nektar++
|
class for a planar boundary based samlping Point More...
#include <SourcePoint.hpp>
Public Member Functions | |
BPoint (int i, Array< OneD, NekDouble > uv, Array< OneD, NekDouble > l) | |
constructor for a boundary point without delta More... | |
~BPoint () | |
NekDouble | GetDelta () |
void | SetDelta (NekDouble i) |
void | GetCAD (int &surf, Array< OneD, NekDouble > &uv) |
gets the corresponding cad information for the point More... | |
CPointSharedPtr | ChangeType () |
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 | |
int | sid |
surf id More... | |
Array< OneD, NekDouble > | m_uv |
uv coord on surf More... | |
NekDouble | m_ti |
Friends | |
class | MemoryManager< BPoint > |
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 planar boundary based samlping Point
Definition at line 182 of file SourcePoint.hpp.
|
inline |
constructor for a boundary point without delta
Definition at line 190 of file SourcePoint.hpp.
References Nektar::NekMeshUtils::ePBoundary, and Nektar::NekMeshUtils::SPBase::m_type.
|
inline |
Definition at line 196 of file SourcePoint.hpp.
|
inline |
Definition at line 218 of file SourcePoint.hpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), Nektar::NekMeshUtils::SPBase::m_loc, m_uv, and sid.
|
inlinevirtual |
gets the corresponding cad information for the point
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 212 of file SourcePoint.hpp.
|
inlinevirtual |
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 198 of file SourcePoint.hpp.
References ASSERTL0.
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 204 of file SourcePoint.hpp.
References ASSERTL0.
|
friend |
Definition at line 185 of file SourcePoint.hpp.
|
private |
Definition at line 230 of file SourcePoint.hpp.
uv coord on surf
Definition at line 229 of file SourcePoint.hpp.
Referenced by ChangeType(), and GetCAD().
|
private |