concepts::ElementPair< F > Class Template Referenceabstract

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

#include <elementPairs.hh>

Inheritance diagram for concepts::ElementPair< F >:
vectorial::ElementPair< F >

Public Member Functions

virtual const concepts::Element< F > & elm1 () const =0
 Returns reference to the first element. More...
 
virtual const concepts::Element< F > & elm2 () const =0
 Returns reference to the second element. More...
 
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 25 of file elementPairs.hh.

Constructor & Destructor Documentation

◆ ~ElementPair()

template<typename F >
virtual concepts::ElementPair< F >::~ElementPair ( )
inlinevirtual

Reimplemented in vectorial::ElementPair< F >.

Definition at line 27 of file elementPairs.hh.

Member Function Documentation

◆ elm1()

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

Returns reference to the first element.

Implemented in vectorial::ElementPair< F >.

◆ elm2()

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

Returns reference to the second element.

Implemented in vectorial::ElementPair< F >.


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