Nektar++
|
#include <InterfaceInterpolation.h>
Public Member Functions | |
InterfacePair (const InterfaceShPtr &leftInterface, const InterfaceShPtr &rightInterface) | |
Constructor. More... | |
const InterfaceShPtr & | GetLeftInterface () const |
Return the 'left' interface from the interface pair. More... | |
const InterfaceShPtr & | GetRightInterface () const |
Return the 'right' interface from the interface pair. More... | |
Public Attributes | |
InterfaceShPtr | m_leftInterface |
'Left' interface of the interface pair More... | |
InterfaceShPtr | m_rightInterface |
'Right' interface of the interface pair More... | |
Interface pair consisting of a 'left' and 'right' interface. The allocation of 'left' and 'right' is arbitrary for any interface as long as it stays consistent. Every full interface will consist of exactly one 'left' and one 'right' interface, the nomenclature helps keep code understandable.
Definition at line 135 of file InterfaceInterpolation.h.
|
inline |
Constructor.
Definition at line 138 of file InterfaceInterpolation.h.
|
inline |
Return the 'left' interface from the interface pair.
Definition at line 154 of file InterfaceInterpolation.h.
References m_leftInterface.
|
inline |
Return the 'right' interface from the interface pair.
Definition at line 160 of file InterfaceInterpolation.h.
References m_rightInterface.
InterfaceShPtr Nektar::SpatialDomains::InterfacePair::m_leftInterface |
'Left' interface of the interface pair
Definition at line 148 of file InterfaceInterpolation.h.
Referenced by GetLeftInterface().
InterfaceShPtr Nektar::SpatialDomains::InterfacePair::m_rightInterface |
'Right' interface of the interface pair
Definition at line 150 of file InterfaceInterpolation.h.
Referenced by GetRightInterface().