Nektar++
|
#include <Extrapolate.h>
Public Attributes | |
int | m_globalElmtID |
Global element ID. More... | |
int | m_ptsInElmt |
Number of physical points in the element. More... | |
int | m_physOffset |
Physical offset of the element in the global list. More... | |
int | m_bndElmtID |
Physical offset of the element in the boundary expansion. More... | |
int | m_elmtTraceID |
Trace ID of the element. More... | |
int | m_bndryID |
Pressure boundary condition ID. More... | |
int | m_assPhysOffset |
Associated element physical offset ( and are the real and complex plane). More... | |
int | m_coeffOffset |
Coefficient offset used to locate the acceleration term in the general m_pressureHBC. More... | |
Definition at line 49 of file Extrapolate.h.
int Nektar::HBCInfo::m_assPhysOffset |
Associated element physical offset ( and are the real and complex plane).
Definition at line 65 of file Extrapolate.h.
int Nektar::HBCInfo::m_bndElmtID |
Physical offset of the element in the boundary expansion.
Definition at line 58 of file Extrapolate.h.
int Nektar::HBCInfo::m_bndryID |
Pressure boundary condition ID.
Definition at line 62 of file Extrapolate.h.
int Nektar::HBCInfo::m_coeffOffset |
Coefficient offset used to locate the acceleration term in the general m_pressureHBC.
Definition at line 68 of file Extrapolate.h.
int Nektar::HBCInfo::m_elmtTraceID |
Trace ID of the element.
Definition at line 60 of file Extrapolate.h.
int Nektar::HBCInfo::m_globalElmtID |
Global element ID.
Definition at line 52 of file Extrapolate.h.
int Nektar::HBCInfo::m_physOffset |
Physical offset of the element in the global list.
Definition at line 56 of file Extrapolate.h.
int Nektar::HBCInfo::m_ptsInElmt |
Number of physical points in the element.
Definition at line 54 of file Extrapolate.h.