Nektar++
Public Member Functions | Public Attributes | List of all members
Nektar::InterfacePoint Struct Reference

#include <PulseWaveSystem.h>

Public Member Functions

 InterfacePoint (const int vid, const int domain, const int elmt, const int elmtVert, const int traceId, const int bcpos)
 

Public Attributes

int m_vid
 
int m_domain
 
int m_elmt
 
int m_elmtVert
 
int m_traceId
 
int m_bcPosition
 
int m_riemannOrd
 

Detailed Description

Definition at line 59 of file PulseWaveSystem.h.

Constructor & Destructor Documentation

◆ InterfacePoint()

Nektar::InterfacePoint::InterfacePoint ( const int  vid,
const int  domain,
const int  elmt,
const int  elmtVert,
const int  traceId,
const int  bcpos 
)
inline

Member Data Documentation

◆ m_bcPosition

int Nektar::InterfacePoint::m_bcPosition

Definition at line 70 of file PulseWaveSystem.h.

◆ m_domain

int Nektar::InterfacePoint::m_domain

Definition at line 66 of file PulseWaveSystem.h.

◆ m_elmt

int Nektar::InterfacePoint::m_elmt

Definition at line 67 of file PulseWaveSystem.h.

◆ m_elmtVert

int Nektar::InterfacePoint::m_elmtVert

Definition at line 68 of file PulseWaveSystem.h.

◆ m_riemannOrd

int Nektar::InterfacePoint::m_riemannOrd

Definition at line 71 of file PulseWaveSystem.h.

◆ m_traceId

int Nektar::InterfacePoint::m_traceId

Definition at line 69 of file PulseWaveSystem.h.

◆ m_vid

int Nektar::InterfacePoint::m_vid

Definition at line 65 of file PulseWaveSystem.h.