concepts::ElementAndFacette< F > Class Template Reference

Container for an element and one facette (edge or face). More...

#include <element.hh>

Inheritance diagram for concepts::ElementAndFacette< F >:
concepts::OutputOperator

Public Member Functions

 ElementAndFacette (const F *elm, const uint k)
 

Public Attributes

const F * elm
 underlying 2D element More...
 
uint k
 number of the edge in the underlying element More...
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream. More...
 

Detailed Description

template<class F>
class concepts::ElementAndFacette< F >

Container for an element and one facette (edge or face).

The class can be used for constructing trace elements.

Author
Kersten Schmidt, 2010

Definition at line 113 of file element.hh.

Constructor & Destructor Documentation

◆ ElementAndFacette()

template<class F >
concepts::ElementAndFacette< F >::ElementAndFacette ( const F *  elm,
const uint  k 
)
inline

Definition at line 115 of file element.hh.

Member Function Documentation

◆ info()

template<class F >
virtual std::ostream& concepts::ElementAndFacette< F >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 122 of file element.hh.

Member Data Documentation

◆ elm

template<class F >
const F* concepts::ElementAndFacette< F >::elm

underlying 2D element

Definition at line 118 of file element.hh.

◆ k

template<class F >
uint concepts::ElementAndFacette< F >::k

number of the edge in the underlying element

Definition at line 120 of file element.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