CellData< dim > Struct Template Reference
[Grid classes]

Inheritance diagram for CellData< dim >:
Inheritance graph
[legend]

List of all members.

Public Attributes

unsigned int vertices [GeometryInfo< dim >::vertices_per_cell]
unsigned char material_id

Detailed Description

template<int dim>
struct CellData< dim >

Structure which is passed to the Triangulation<dim,spacedim>::create_triangulation function. It contains all data needed to construct a cell, namely the indices of the vertices and the material indicator.


Member Data Documentation

template<int dim>
unsigned int CellData< dim >::vertices[GeometryInfo< dim >::vertices_per_cell]

Indices of the vertices of this cell.

template<int dim>
unsigned char CellData< dim >::material_id

Material indicator of this cell. May be used to denote different coefficients, etc.


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

deal.II documentation generated on Mon Nov 23 22:57:31 2009 by doxygen 1.6.1