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 118 of file InterfaceInterpolation.h.
|
inline |
Constructor.
Definition at line 121 of file InterfaceInterpolation.h.
|
inline |
Return the 'left' interface from the interface pair.
Definition at line 137 of file InterfaceInterpolation.h.
References m_leftInterface.
|
inline |
Return the 'right' interface from the interface pair.
Definition at line 143 of file InterfaceInterpolation.h.
References m_rightInterface.
InterfaceShPtr Nektar::SpatialDomains::InterfacePair::m_leftInterface |
'Left' interface of the interface pair
Definition at line 131 of file InterfaceInterpolation.h.
Referenced by GetLeftInterface().
InterfaceShPtr Nektar::SpatialDomains::InterfacePair::m_rightInterface |
'Right' interface of the interface pair
Definition at line 133 of file InterfaceInterpolation.h.
Referenced by GetRightInterface().