Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Public Attributes
concepts::Quad2d::Index Struct Reference

Subclass of Quad2d representing its index. More...

#include <cell2D.hh>

Collaboration diagram for concepts::Quad2d::Index:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Subclass of Quad2d representing its index.

Definition at line 285 of file cell2D.hh.


Constructor & Destructor Documentation

concepts::Quad2d::Index::Index ( ) [inline]

Definition at line 301 of file cell2D.hh.

concepts::Quad2d::Index::Index ( uchar  k,
uchar  l,
ushort  i,
ushort  j 
) [inline]

Definition at line 302 of file cell2D.hh.


Member Function Documentation

std::ostream& concepts::Quad2d::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 293 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 299 of file cell2D.hh.

Level of this element.

Definition at line 287 of file cell2D.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)