concepts::Hexahedron3d::Index Struct Reference

Subclass of Hexahedron3d representing its index. More...

#include <cell3D.hh>

Public Member Functions

 Index ()
 
 Index (const Index &i)
 
 Index (uchar l, uchar m, uchar n, index_type i, index_type j, index_type k)
 

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...
 
Level< 3 > level_
 Level of this element. More...
 

Detailed Description

Subclass of Hexahedron3d representing its index.

Definition at line 340 of file cell3D.hh.

Constructor & Destructor Documentation

◆ Index() [1/3]

concepts::Hexahedron3d::Index::Index ( )
inline

Definition at line 362 of file cell3D.hh.

◆ Index() [2/3]

concepts::Hexahedron3d::Index::Index ( uchar  l,
uchar  m,
uchar  n,
index_type  i,
index_type  j,
index_type  k 
)
inline

Definition at line 363 of file cell3D.hh.

◆ Index() [3/3]

concepts::Hexahedron3d::Index::Index ( const Index i)
inline

Definition at line 365 of file cell3D.hh.

Member Data Documentation

◆ i_

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

◆ j_

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

◆ k_

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

◆ level_

Level<3> concepts::Hexahedron3d::Index::level_

Level of this element.

Definition at line 342 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