Nektar++
|
class for a curvature based samlping Point More...
#include <SourcePoint.hpp>
Public Member Functions | |
CPoint (int i, Array< OneD, NekDouble > uv, Array< OneD, NekDouble > l, NekDouble d) | |
constructor for a valid point (has radius of curvature) More... | |
~CPoint () | |
NekDouble | GetDelta () |
get mesh spacing paramter More... | |
void | GetCAD (int &surf, Array< OneD, NekDouble > &uv) |
gets the corresponding cad information for the point More... | |
void | SetDelta (NekDouble i) |
![]() | |
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 |
NekDouble | m_delta |
delta parameter More... | |
Friends | |
class | MemoryManager< CPoint > |
Additional Inherited Members | |
![]() | |
SPType | m_type |
type More... | |
Array< OneD, NekDouble > | m_loc |
x,y,z location More... | |
class for a curvature based samlping Point
Definition at line 136 of file SourcePoint.hpp.
|
inline |
constructor for a valid point (has radius of curvature)
Definition at line 144 of file SourcePoint.hpp.
References Nektar::NekMeshUtils::eCBoundary, and Nektar::NekMeshUtils::SPBase::m_type.
|
inline |
Definition at line 151 of file SourcePoint.hpp.
|
inlinevirtual |
gets the corresponding cad information for the point
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 164 of file SourcePoint.hpp.
|
inlinevirtual |
get mesh spacing paramter
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 156 of file SourcePoint.hpp.
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 170 of file SourcePoint.hpp.
|
friend |
Definition at line 139 of file SourcePoint.hpp.
|
private |
delta parameter
Definition at line 182 of file SourcePoint.hpp.
|
private |
Definition at line 180 of file SourcePoint.hpp.
uv coord on surf
Definition at line 179 of file SourcePoint.hpp.
|
private |
surf id
Definition at line 177 of file SourcePoint.hpp.