Nektar++
|
class for a curvature samlping Point More...
#include <CurvaturePoint.hpp>
Public Member Functions | |
CurvaturePoint (int i, Array< OneD, NekDouble > uv, Array< OneD, NekDouble > l, NekDouble d, bool bnd=true) | |
constructor for a valid point (has radius of curvature) More... | |
CurvaturePoint (int i, Array< OneD, NekDouble > uv, Array< OneD, NekDouble > l) | |
constructor for a invalid point More... | |
bool | IsValid () |
return bool on whether point is valid More... | |
bool | Isboundary () |
NekDouble | GetDelta () |
get mesh spacing paramter More... | |
Array< OneD, NekDouble > | GetLoc () |
get location of point More... | |
void | GetCAD (int &surf, Array< OneD, NekDouble > &uv) |
gets the corresponding cad information for the point More... | |
void | SetDelta (NekDouble i) |
Private Attributes | |
int | sid |
surf id More... | |
Array< OneD, NekDouble > | m_uv |
uv coord on surf More... | |
Array< OneD, NekDouble > | m_loc |
x,y,z location More... | |
NekDouble | m_delta |
normal vector of surface at point More... | |
bool | m_valid |
valid point or not More... | |
bool | m_boundary |
Friends | |
class | MemoryManager< CurvaturePoint > |
class for a curvature samlping Point
Definition at line 50 of file CurvaturePoint.hpp.
|
inline |
constructor for a valid point (has radius of curvature)
Definition at line 58 of file CurvaturePoint.hpp.
References m_valid.
|
inline |
constructor for a invalid point
Definition at line 71 of file CurvaturePoint.hpp.
References m_boundary, m_delta, and m_valid.
|
inline |
gets the corresponding cad information for the point
Definition at line 118 of file CurvaturePoint.hpp.
|
inline |
get mesh spacing paramter
Definition at line 95 of file CurvaturePoint.hpp.
References m_delta, and m_valid.
get location of point
Definition at line 110 of file CurvaturePoint.hpp.
References m_loc.
|
inline |
|
inline |
return bool on whether point is valid
Definition at line 82 of file CurvaturePoint.hpp.
References m_valid.
Definition at line 124 of file CurvaturePoint.hpp.
References m_delta.
|
friend |
Definition at line 53 of file CurvaturePoint.hpp.
|
private |
Definition at line 141 of file CurvaturePoint.hpp.
Referenced by CurvaturePoint(), and Isboundary().
|
private |
normal vector of surface at point
Definition at line 137 of file CurvaturePoint.hpp.
Referenced by CurvaturePoint(), GetDelta(), and SetDelta().
|
private |
valid point or not
Definition at line 139 of file CurvaturePoint.hpp.
Referenced by CurvaturePoint(), GetDelta(), and IsValid().
|
private |