|
Nektar++
|
#include <EvaluatePoints.h>
Public Member Functions | |
| MobilePoint (int dim, int sRank, const Array< OneD, NekDouble > global) | |
| void | SetLocalCoords (int eId, const Array< OneD, NekDouble > &local) |
| void | SetGlobalCoords (const Array< OneD, NekDouble > &global) |
| void | SetData (int nPhys, const Array< OneD, NekDouble > data) |
| Array< OneD, NekDouble > | GetData () |
| Array< OneD, NekDouble > | GetGlobalCoords () |
| Array< OneD, NekDouble > | GetLocalCoords () |
Static Public Member Functions | |
| static MobilePointSharedPtr | create (int dim, int sRank, const Array< OneD, NekDouble > global) |
| Creates an instance of this class. | |
Public Attributes | |
| int | m_sRank |
| Array< OneD, NekDouble > | m_global |
| int | m_eId |
| Array< OneD, NekDouble > | m_local |
| Array< OneD, NekDouble > | m_data |
Friends | |
| class | MemoryManager< MobilePoint > |
Definition at line 152 of file EvaluatePoints.h.
|
inline |
Definition at line 171 of file EvaluatePoints.h.
References m_global, m_local, and Vmath::Vcopy().
|
inlinestatic |
Creates an instance of this class.
Definition at line 163 of file EvaluatePoints.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
Definition at line 199 of file EvaluatePoints.h.
References m_data.
Definition at line 204 of file EvaluatePoints.h.
References m_global.
Definition at line 209 of file EvaluatePoints.h.
References m_local.
|
inline |
Definition at line 190 of file EvaluatePoints.h.
References m_data, and Vmath::Vcopy().
|
inline |
Definition at line 185 of file EvaluatePoints.h.
References m_global, and Vmath::Vcopy().
|
inline |
Definition at line 179 of file EvaluatePoints.h.
References m_eId, m_local, and Vmath::Vcopy().
|
friend |
Definition at line 149 of file EvaluatePoints.h.
Definition at line 160 of file EvaluatePoints.h.
| int Nektar::SolverUtils::MobilePoint::m_eId |
Definition at line 158 of file EvaluatePoints.h.
Referenced by SetLocalCoords().
Definition at line 157 of file EvaluatePoints.h.
Referenced by GetGlobalCoords(), MobilePoint(), and SetGlobalCoords().
Definition at line 159 of file EvaluatePoints.h.
Referenced by GetLocalCoords(), MobilePoint(), and SetLocalCoords().
| int Nektar::SolverUtils::MobilePoint::m_sRank |
Definition at line 156 of file EvaluatePoints.h.