Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 59 of file PulseWaveSystem.h.

Constructor & Destructor Documentation

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

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

Member Data Documentation

int Nektar::InterfacePoint::m_bcPosition

Definition at line 80 of file PulseWaveSystem.h.

int Nektar::InterfacePoint::m_domain

Definition at line 76 of file PulseWaveSystem.h.

int Nektar::InterfacePoint::m_elmt

Definition at line 77 of file PulseWaveSystem.h.

int Nektar::InterfacePoint::m_elmtVert

Definition at line 78 of file PulseWaveSystem.h.

int Nektar::InterfacePoint::m_traceId

Definition at line 79 of file PulseWaveSystem.h.

int Nektar::InterfacePoint::m_vid

Definition at line 74 of file PulseWaveSystem.h.