concepts::Tetrahedron3d::Index Struct Reference

Subclass of Tetrahedron3d representing its index. More...

#include <cell3D.hh>

Public Member Functions

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

Public Attributes

index_type i_
 Index of this element on the local level with respect to the element in the original mesh. More...
 
index_type j_
 Index of this element on the local level with respect to the element in the original mesh. More...
 
index_type k_
 Index of this element on the local level with respect to the element in the original mesh. More...
 
uchar l_
 Level of this element. More...
 

Detailed Description

Subclass of Tetrahedron3d representing its index.

Definition at line 62 of file cell3D.hh.

Constructor & Destructor Documentation

◆ Index() [1/2]

concepts::Tetrahedron3d::Index::Index ( )
inline

Definition at line 84 of file cell3D.hh.

◆ Index() [2/2]

concepts::Tetrahedron3d::Index::Index ( uchar  l,
index_type  i,
index_type  j,
index_type  k 
)
inline

Definition at line 85 of file cell3D.hh.

Member Function Documentation

◆ info()

std::ostream & concepts::Tetrahedron3d::Index::info ( std::ostream &  os) const
inline

Definition at line 139 of file cell3D.hh.

Member Data Documentation

◆ i_

index_type concepts::Tetrahedron3d::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 70 of file cell3D.hh.

◆ j_

index_type concepts::Tetrahedron3d::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 front to back.

Definition at line 76 of file cell3D.hh.

◆ k_

index_type concepts::Tetrahedron3d::Index::k_

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 82 of file cell3D.hh.

◆ l_

uchar concepts::Tetrahedron3d::Index::l_

Level of this element.

Definition at line 64 of file cell3D.hh.


The documentation for this struct was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich