Subclass of Quad2d representing its index. More...
#include <cell2D.hh>

Public Member Functions | |
| Index () | |
| Index (uchar k, uchar l, ushort i, ushort j) | |
| std::ostream & | info (std::ostream &os) const |
Public Attributes | |
| ushort | i_ |
| Index of this element on the local level with respect to the element in the original mesh. | |
| ushort | j_ |
| Index of this element on the local level with respect to the element in the original mesh. | |
| Level< 2 > | level_ |
| Level of this element. | |
| std::ostream& concepts::Quad2d::Index::info | ( | std::ostream & | os | ) | const |