#include <element.hh>
Public Member Functions | |
ElementAndFacette (const F *elm, const uint k) | |
Public Attributes | |
const F * | elm |
underlying 2D element | |
uint | k |
number of the edge in the underlying element | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
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.
|
inline |
Definition at line 115 of file element.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 122 of file element.hh.
const F* concepts::ElementAndFacette< F >::elm |
underlying 2D element
Definition at line 118 of file element.hh.
uint concepts::ElementAndFacette< F >::k |
number of the edge in the underlying element
Definition at line 120 of file element.hh.