#include <formulafrmEformula.hh>
Public Member Functions | |
| CellMap (const CellMap< dimC, H > &map) | |
| void | resize (const uint(&maxlevel)[dimC]) |
| void | add (const ElementWithCell< H > *elm, const uint(&idx)[dimC]) |
| const ElementWithCell< H > * | get (const uint(&idx)[dimC]) |
Public Attributes | |
| uint | sizes [dimC] |
| MultiVector< dimC, constElementWithCell< H > * >::map | map |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Class representing a map to ElementWithCells. In usage these elements will be on the finest level allowing for indexing meshes with hanging nodes.
This class allows for O(1) search of a finest child.
Definition at line 312 of file formulafrmEformula.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 332 of file formulafrmEformula.hh.
| MultiVector<dimC,constElementWithCell<H>*>::map concepts::CellMap< dimC, H >::map |
Definition at line 329 of file formulafrmEformula.hh.
Definition at line 326 of file formulafrmEformula.hh.