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 () |
![]() | |
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 | |
![]() | |
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 189 of file SourcePoint.hpp.
|
inline |
constructor for a boundary point without delta
Definition at line 197 of file SourcePoint.hpp.
References Nektar::NekMeshUtils::ePBoundary, and Nektar::NekMeshUtils::SPBase::m_type.
|
inline |
Definition at line 203 of file SourcePoint.hpp.
|
inline |
Definition at line 226 of file SourcePoint.hpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), and Nektar::NekMeshUtils::SPBase::m_loc.
|
inlinevirtual |
gets the corresponding cad information for the point
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 220 of file SourcePoint.hpp.
|
inlinevirtual |
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 205 of file SourcePoint.hpp.
References Nektar::ErrorUtil::efatal, and NEKERROR.
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 211 of file SourcePoint.hpp.
References Nektar::ErrorUtil::efatal, and NEKERROR.
|
friend |
Definition at line 192 of file SourcePoint.hpp.
|
private |
Definition at line 238 of file SourcePoint.hpp.
uv coord on surf
Definition at line 237 of file SourcePoint.hpp.
|
private |
surf id
Definition at line 235 of file SourcePoint.hpp.