![]() |
Reference documentation for deal.II version 8.1.0
|
#include <grid_reordering_internal.h>
Public Member Functions | |
MQuad (const unsigned int v0, const unsigned int v1, const unsigned int v2, const unsigned int v3, const unsigned int s0, const unsigned int s1, const unsigned int s2, const unsigned int s3, const CellData< 2 > &cd) | |
Public Attributes | |
unsigned int | v [4] |
unsigned int | side [4] |
CellData< 2 > | original_cell_data |
An enriched quad with information about how the mesh fits together so that we can move around the mesh efficiently.
Definition at line 116 of file grid_reordering_internal.h.
internal::GridReordering2d::MQuad::MQuad | ( | const unsigned int | v0, |
const unsigned int | v1, | ||
const unsigned int | v2, | ||
const unsigned int | v3, | ||
const unsigned int | s0, | ||
const unsigned int | s1, | ||
const unsigned int | s2, | ||
const unsigned int | s3, | ||
const CellData< 2 > & | cd | ||
) |
v0 - v3 are indexes of the vertices of the quad, s0 - s3 are indexes for the sides of the quad
unsigned int internal::GridReordering2d::MQuad::v[4] |
Stores the vertex numbers
Definition at line 138 of file grid_reordering_internal.h.
unsigned int internal::GridReordering2d::MQuad::side[4] |
Stores the side numbers
Definition at line 142 of file grid_reordering_internal.h.
CellData<2> internal::GridReordering2d::MQuad::original_cell_data |
Copy of the CellData
object from which we construct the data of this object.
Definition at line 149 of file grid_reordering_internal.h.