concepts::QuadNd::Index Struct Reference

Subclass of QuadNd representing its index. More...

#include <cell2D.hh>

Public Member Functions

 Index ()
 
 Index (uchar k, uchar l, index_type i, index_type j)
 
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...
 
Level< 2 > level_
 Level of this element. More...
 

Detailed Description

Subclass of QuadNd representing its index.

Definition at line 201 of file cell2D.hh.

Constructor & Destructor Documentation

◆ Index() [1/2]

concepts::QuadNd::Index::Index ( )
inline

Definition at line 217 of file cell2D.hh.

◆ Index() [2/2]

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

Definition at line 218 of file cell2D.hh.

Member Function Documentation

◆ info()

std::ostream& concepts::QuadNd::Index::info ( std::ostream &  os) const

Member Data Documentation

◆ i_

index_type concepts::QuadNd::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 209 of file cell2D.hh.

◆ j_

index_type concepts::QuadNd::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 215 of file cell2D.hh.

◆ level_

Level<2> concepts::QuadNd::Index::level_

Level of this element.

Definition at line 203 of file cell2D.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