Subclass of Quad2d representing its index.
More...
#include <cell2D.hh>
List of all members.
Public Member Functions |
| | Index () |
| | Index (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.
|
| uchar | l_ |
| | Level of this element.
|
Detailed Description
Subclass of Quad2d representing its index.
Definition at line 645 of file cell2D.hh.
Constructor & Destructor Documentation
| concepts::Triangle3d::Index::Index |
( |
| ) |
|
Member Function Documentation
| std::ostream& concepts::Triangle3d::Index::info |
( |
std::ostream & |
os | ) |
const |
Member Data Documentation
Index of this element on the local level with respect to the element in the original mesh.
Counting starts at 0 and goes from left to right.
Definition at line 653 of file cell2D.hh.
Index of this element on the local level with respect to the element in the original mesh.
Counting starts at 0 and goes from bottom to top.
Definition at line 659 of file cell2D.hh.
The documentation for this struct was generated from the following file: