Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::Triangle3d::Index Struct Reference

Subclass of Quad2d representing its index. More...

#include <cell2D.hh>

Public Member Functions

 Index (uchar l, index_type i, index_type j)
 
std::ostream & info (std::ostream &os) const
 

Public Attributes

uchar l_
 Level of this element.
 
index_type i_
 
index_type j_
 

Detailed Description

Subclass of Quad2d representing its index.

Definition at line 733 of file cell2D.hh.

Member Data Documentation

◆ i_

index_type concepts::Triangle3d::Index::i_

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 741 of file cell2D.hh.

◆ j_

index_type concepts::Triangle3d::Index::j_

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 747 of file cell2D.hh.

◆ l_

uchar concepts::Triangle3d::Index::l_

Level of this element.

Definition at line 735 of file cell2D.hh.


The documentation for this struct was generated from the following file: