Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions
concepts::ElementPair< F > Class Template Reference

Gives access to a pair of elements. More...

#include <elementPairs.hh>

Inheritance diagram for concepts::ElementPair< F >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual const
concepts::Element< F > & 
elm1 () const =0
 Returns reference to the first element.
virtual const
concepts::Element< F > & 
elm2 () const =0
 Returns reference to the second element.
virtual ~ElementPair ()

Detailed Description

template<typename F>
class concepts::ElementPair< F >

Gives access to a pair of elements.

This is usefull when assembling a system matrix from bilinear forms.

This class is used as data container in InnerElementPairList and Boundary elementPairList.

Author:
Christoph Winkelmann and Adrian Burri, 2002

Definition at line 23 of file elementPairs.hh.


Constructor & Destructor Documentation

template<typename F>
virtual concepts::ElementPair< F >::~ElementPair ( ) [inline, virtual]

Reimplemented in vectorial::ElementPair< F >.

Definition at line 25 of file elementPairs.hh.


Member Function Documentation

template<typename F>
virtual const concepts::Element<F>& concepts::ElementPair< F >::elm1 ( ) const [pure virtual]
template<typename F>
virtual const concepts::Element<F>& concepts::ElementPair< F >::elm2 ( ) const [pure virtual]

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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)