Nektar++
|
base class of sizing point for octree construction these carry information the octree needs and have various types More...
#include <SourcePoint.hpp>
Public Member Functions | |
SPBase (Array< OneD, NekDouble > l) | |
virtual | ~SPBase () |
SPType | GetType () |
Array< OneD, NekDouble > | GetLoc () |
virtual NekDouble | GetDelta () |
virtual void | SetDelta (NekDouble i) |
virtual void | GetCAD (int &surf, Array< OneD, NekDouble > &uv) |
bool | HasDelta () |
bool | Isboundary () |
Protected Attributes | |
SPType | m_type |
type More... | |
Array< OneD, NekDouble > | m_loc |
x,y,z location More... | |
Friends | |
class | MemoryManager< SPBase > |
base class of sizing point for octree construction these carry information the octree needs and have various types
Definition at line 58 of file SourcePoint.hpp.
Definition at line 63 of file SourcePoint.hpp.
References m_loc.
|
inlinevirtual |
Definition at line 68 of file SourcePoint.hpp.
|
inlinevirtual |
Reimplemented in Nektar::NekMeshUtils::SrcPoint, Nektar::NekMeshUtils::BPoint, and Nektar::NekMeshUtils::CPoint.
Definition at line 87 of file SourcePoint.hpp.
|
inlinevirtual |
Reimplemented in Nektar::NekMeshUtils::SrcPoint, Nektar::NekMeshUtils::BPoint, and Nektar::NekMeshUtils::CPoint.
Definition at line 80 of file SourcePoint.hpp.
Definition at line 75 of file SourcePoint.hpp.
References m_loc.
|
inline |
|
inline |
Definition at line 89 of file SourcePoint.hpp.
References Nektar::NekMeshUtils::eCBoundary, Nektar::NekMeshUtils::eSrcPoint, and m_type.
|
inline |
Definition at line 103 of file SourcePoint.hpp.
References Nektar::NekMeshUtils::eCBoundary, Nektar::NekMeshUtils::ePBoundary, and m_type.
Reimplemented in Nektar::NekMeshUtils::SrcPoint, Nektar::NekMeshUtils::BPoint, and Nektar::NekMeshUtils::CPoint.
Definition at line 85 of file SourcePoint.hpp.
|
friend |
Definition at line 61 of file SourcePoint.hpp.
x,y,z location
Definition at line 121 of file SourcePoint.hpp.
Referenced by Nektar::NekMeshUtils::BPoint::ChangeType(), GetLoc(), and SPBase().
|
protected |
type
Definition at line 119 of file SourcePoint.hpp.
Referenced by Nektar::NekMeshUtils::BPoint::BPoint(), Nektar::NekMeshUtils::CPoint::CPoint(), GetType(), HasDelta(), Isboundary(), and Nektar::NekMeshUtils::SrcPoint::SrcPoint().