![]() |
Reference documentation for deal.II version 8.4.2
|
#include <deal.II/grid/grid_reordering_internal.h>
Public Member Functions | |
| MSide (const unsigned int initv0, const unsigned int initv1) | |
| bool | operator== (const MSide &s2) const |
| bool | operator!= (const MSide &s2) const |
Public Attributes | |
| unsigned int | lsn0 |
The enriched side class containing connectivity information. Orientation is from v0 to v1; Initially this should have v0<v1. After global orientation could be either way.
Definition at line 143 of file grid_reordering_internal.h.
| internal::GridReordering2d::MSide::MSide | ( | const unsigned int | initv0, |
| const unsigned int | initv1 | ||
| ) |
Constructor.
Definition at line 267 of file grid_reordering.cc.
| bool internal::GridReordering2d::MSide::operator== | ( | const MSide & | s2 | ) | const |
Return whether the sides are equal, even if their ends are reversed.
Definition at line 281 of file grid_reordering.cc.
| bool internal::GridReordering2d::MSide::operator!= | ( | const MSide & | s2 | ) | const |
Return the opposite.
Definition at line 296 of file grid_reordering.cc.
| unsigned int internal::GridReordering2d::MSide::lsn0 |
Local side numbers on quads 0 and 1.
Definition at line 169 of file grid_reordering_internal.h.
1.8.12