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 58 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 60 of file PulseWaveSystem.h.

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

Member Data Documentation

◆ m_bcPosition

int Nektar::InterfacePoint::m_bcPosition

Definition at line 79 of file PulseWaveSystem.h.

◆ m_domain

int Nektar::InterfacePoint::m_domain

Definition at line 75 of file PulseWaveSystem.h.

◆ m_elmt

int Nektar::InterfacePoint::m_elmt

Definition at line 76 of file PulseWaveSystem.h.

◆ m_elmtVert

int Nektar::InterfacePoint::m_elmtVert

Definition at line 77 of file PulseWaveSystem.h.

◆ m_traceId

int Nektar::InterfacePoint::m_traceId

Definition at line 78 of file PulseWaveSystem.h.

◆ m_vid

int Nektar::InterfacePoint::m_vid

Definition at line 73 of file PulseWaveSystem.h.