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. More... | |
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 147 of file EvaluatePoints.h.
|
inline |
Definition at line 166 of file EvaluatePoints.h.
References m_global, m_local, and Vmath::Vcopy().
|
inlinestatic |
Creates an instance of this class.
Definition at line 158 of file EvaluatePoints.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), and CellMLToNektar.cellml_metadata::p.
Definition at line 194 of file EvaluatePoints.h.
References m_data.
Definition at line 199 of file EvaluatePoints.h.
References m_global.
Definition at line 204 of file EvaluatePoints.h.
References m_local.
|
inline |
Definition at line 185 of file EvaluatePoints.h.
References m_data, and Vmath::Vcopy().
|
inline |
Definition at line 180 of file EvaluatePoints.h.
References m_global, and Vmath::Vcopy().
|
inline |
Definition at line 174 of file EvaluatePoints.h.
References m_eId, m_local, and Vmath::Vcopy().
|
friend |
Definition at line 144 of file EvaluatePoints.h.
Definition at line 155 of file EvaluatePoints.h.
int Nektar::SolverUtils::MobilePoint::m_eId |
Definition at line 153 of file EvaluatePoints.h.
Referenced by SetLocalCoords().
Definition at line 152 of file EvaluatePoints.h.
Referenced by GetGlobalCoords(), MobilePoint(), and SetGlobalCoords().
Definition at line 154 of file EvaluatePoints.h.
Referenced by GetLocalCoords(), MobilePoint(), and SetLocalCoords().
int Nektar::SolverUtils::MobilePoint::m_sRank |
Definition at line 151 of file EvaluatePoints.h.