hp3D::TransitionPair Class Referenceabstract

Element pair for the SpaceTransition. More...

#include <spaceTransition.hh>

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

Public Member Functions

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

Private Attributes

const Element< Real > & elm1_
 
const Element< Real > & elm2_
 
const int relation_
 

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() [1/2]

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

Definition at line 25 of file spaceTransition.hh.

◆ elm1() [2/2]

virtual const concepts::Element<Real >& concepts::ElementPair< Real >::elm1
pure virtualinherited

Returns reference to the first element.

◆ elm2() [1/2]

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

Definition at line 26 of file spaceTransition.hh.

◆ elm2() [2/2]

virtual const concepts::Element<Real >& concepts::ElementPair< Real >::elm2
pure virtualinherited

Returns reference to the second element.

◆ relation()

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

Returns the relation of the two elements.

Definition at line 28 of file spaceTransition.hh.

Member Data Documentation

◆ elm1_

const Element<Real>& hp3D::TransitionPair::elm1_
private

Definition at line 30 of file spaceTransition.hh.

◆ elm2_

const Element<Real> & hp3D::TransitionPair::elm2_
private

Definition at line 30 of file spaceTransition.hh.

◆ relation_

const int hp3D::TransitionPair::relation_
private

Definition at line 31 of file spaceTransition.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich