Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
Nektar::HBCInfo Struct Reference

#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 ( $ k$ and $ k_c$ are the real and complex plane). More...
 
int m_coeffOffset
 Coefficient offset used to locate the acceleration term in the general m_pressureHBC. More...
 

Detailed Description

Definition at line 49 of file Extrapolate.h.

Member Data Documentation

int Nektar::HBCInfo::m_assPhysOffset

Associated element physical offset ( $ k$ and $ k_c$ 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.