Class documentation of Concepts

Loading...
Searching...
No Matches
hp3D::TransitionPair Class Reference

#include <spaceTransition.hh>

Inheritance diagram for hp3D::TransitionPair:
concepts::ElementPair< Real >

Public Member Functions

 TransitionPair (const Element< Real > &elm1, const Element< Real > &elm2, const int relation)
 
virtual const Element< Real > & elm1 () const
 Returns reference to the first element.
 
virtual const Element< Real > & elm2 () const
 Returns reference to the second element.
 
int relation () const
 Returns the relation of the two elements.
 

Detailed Description

Element pair for the SpaceTransition.

Author
Philipp Frauenfelder, 2003

Definition at line 20 of file spaceTransition.hh.

Constructor & Destructor Documentation

◆ TransitionPair()

hp3D::TransitionPair::TransitionPair ( const Element< Real > &  elm1,
const Element< Real > &  elm2,
const int  relation 
)
inline

Definition at line 22 of file spaceTransition.hh.

Member Function Documentation

◆ elm1()

virtual const Element< Real > & hp3D::TransitionPair::elm1 ( ) const
inlinevirtual

Returns reference to the first element.

Implements concepts::ElementPair< Real >.

Definition at line 25 of file spaceTransition.hh.

◆ elm2()

virtual const Element< Real > & hp3D::TransitionPair::elm2 ( ) const
inlinevirtual

Returns reference to the second element.

Implements concepts::ElementPair< Real >.

Definition at line 26 of file spaceTransition.hh.

◆ relation()

int hp3D::TransitionPair::relation ( ) const
inline

Returns the relation of the two elements.

Definition at line 28 of file spaceTransition.hh.


The documentation for this class was generated from the following file: