Public Member Functions | Public Attributes

internal::GridReordering3d::Cell Struct Reference

List of all members.

Public Member Functions

 Cell ()

Public Attributes

unsigned int edges [GeometryInfo< 3 >::lines_per_cell]
unsigned int nodes [GeometryInfo< 3 >::vertices_per_cell]
EdgeOrientation local_orientation_flags [GeometryInfo< 3 >::lines_per_cell]
bool waiting_to_be_processed

Detailed Description

A connectivity and orientation aware cell.

The connectivity of the cell is not contained within. (This was for flexibility in using deal.II's ordering of edges or the XDA format etc.) For this information we need the ElemInfo class.

One thing we do know is that the first four edges in the edge class are parallel, as are the second four, and the third four.

TODO: Need to move connectivity information out of cell and into edge.

Definition at line 554 of file grid_reordering_internal.h.


Constructor & Destructor Documentation

internal::GridReordering3d::Cell::Cell ( )

Default Constructor


Member Data Documentation

unsigned int internal::GridReordering3d::Cell::edges[GeometryInfo< 3 >::lines_per_cell]

The IDs for each of the edges.

Definition at line 564 of file grid_reordering_internal.h.

unsigned int internal::GridReordering3d::Cell::nodes[GeometryInfo< 3 >::vertices_per_cell]

The IDs for each of the nodes.

Definition at line 569 of file grid_reordering_internal.h.

Which way do the edges point. Whether node 0 of the edge is the base of the edge in local element (1) or node 1 is the base (-1).

Definition at line 579 of file grid_reordering_internal.h.

An internal flag used to determine whether the cell is in the queue of cells to be oriented in the current sheet.

Definition at line 588 of file grid_reordering_internal.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Wed May 23 2012 12:04:18 by doxygen 1.7.3