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) |
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 |
NekDouble | m_delta |
delta parameter More... | |
Friends | |
class | MemoryManager< CPoint > |
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 curvature based samlping Point
Definition at line 129 of file SourcePoint.hpp.
|
inline |
constructor for a valid point (has radius of curvature)
Definition at line 137 of file SourcePoint.hpp.
References Nektar::NekMeshUtils::eCBoundary, and Nektar::NekMeshUtils::SPBase::m_type.
|
inline |
Definition at line 144 of file SourcePoint.hpp.
|
inlinevirtual |
gets the corresponding cad information for the point
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 157 of file SourcePoint.hpp.
|
inlinevirtual |
get mesh spacing paramter
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 149 of file SourcePoint.hpp.
References m_delta.
Reimplemented from Nektar::NekMeshUtils::SPBase.
Definition at line 163 of file SourcePoint.hpp.
References m_delta.
|
friend |
Definition at line 132 of file SourcePoint.hpp.
|
private |
delta parameter
Definition at line 175 of file SourcePoint.hpp.
Referenced by GetDelta(), and SetDelta().
|
private |
Definition at line 173 of file SourcePoint.hpp.
|
private |