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.

:
m_vid(vid),
m_domain(domain),
m_elmt(elmt),
m_elmtVert(elmtVert),
m_traceId(traceId),
m_bcPosition(bcpos)
{
};

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.