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
 

Detailed Description

Definition at line 60 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

Definition at line 62 of file PulseWaveSystem.h.

67  :
68  m_vid(vid),
69  m_domain(domain),
70  m_elmt(elmt),
71  m_elmtVert(elmtVert),
72  m_traceId(traceId),
73  m_bcPosition(bcpos)
74  {
75  };

Member Data Documentation

◆ m_bcPosition

int Nektar::InterfacePoint::m_bcPosition

Definition at line 81 of file PulseWaveSystem.h.

◆ m_domain

int Nektar::InterfacePoint::m_domain

Definition at line 77 of file PulseWaveSystem.h.

◆ m_elmt

int Nektar::InterfacePoint::m_elmt

Definition at line 78 of file PulseWaveSystem.h.

◆ m_elmtVert

int Nektar::InterfacePoint::m_elmtVert

Definition at line 79 of file PulseWaveSystem.h.

◆ m_traceId

int Nektar::InterfacePoint::m_traceId

Definition at line 80 of file PulseWaveSystem.h.

◆ m_vid

int Nektar::InterfacePoint::m_vid

Definition at line 76 of file PulseWaveSystem.h.