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 111 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
Stores the vertex numbers
Definition at line 133 of file grid_reordering_internal.h.
Stores the side numbers
Definition at line 137 of file grid_reordering_internal.h.
Copy of the CellData object from which we construct the data of this object.
Definition at line 144 of file grid_reordering_internal.h.
documentation generated on Fri Feb 3 2012 06:04:14 by
doxygen
1.7.2