#include <formulafrmEformula.hh>
Public Member Functions | |
CellBox (const typename JacobianCell< dimC >::cell &cell) | |
CellBox (const typename JacobianCell< dimC >::cell &cell, Real xMax) | |
virtual bool | operator< (const CellBox< dimC > &box) const |
virtual bool | operator== (const CellBox< dimC > &box) const |
Public Attributes | |
Real | minX [dimC] |
Real | maxX [dimC] |
const JacobianCell< dimC >::cell & | cell |
bool | isDummy |
uint | key |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
CellBox with a specific order relation. This class represents a maximum tensored vertex box that contains a cell, built out of the vertex coordinate of that cell.
JacobianCell
(to use the class Triangle
for example)Definition at line 126 of file formulafrmEformula.hh.
|
inline |
Definition at line 128 of file formulafrmEformula.hh.
|
inline |
Definition at line 145 of file formulafrmEformula.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 179 of file formulafrmEformula.hh.
|
virtual |
The Operator ensures that if a coordinate x > minX[0], then all following boxes in a set also have this property for this the special ordering case in higher dimension is essential.
|
inlinevirtual |
Definition at line 166 of file formulafrmEformula.hh.
const JacobianCell<dimC>::cell& concepts::CellBox< dimC >::cell |
Definition at line 174 of file formulafrmEformula.hh.
bool concepts::CellBox< dimC >::isDummy |
Definition at line 175 of file formulafrmEformula.hh.
uint concepts::CellBox< dimC >::key |
Definition at line 176 of file formulafrmEformula.hh.
Real concepts::CellBox< dimC >::maxX[dimC] |
Definition at line 172 of file formulafrmEformula.hh.
Real concepts::CellBox< dimC >::minX[dimC] |
Definition at line 171 of file formulafrmEformula.hh.