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 >:
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.
Definition at line 113 of file element.hh.
Constructor & Destructor Documentation
◆ ElementAndFacette()
template<class F >
|
inline |
Definition at line 115 of file element.hh.
Member Function Documentation
◆ info()
template<class F >
|
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:
- space/element.hh