Public Attributes | |
unsigned int | vertices [GeometryInfo< dim >::vertices_per_cell] |
unsigned char | material_id |
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.
unsigned int CellData< dim >::vertices[GeometryInfo< dim >::vertices_per_cell] |
Indices of the vertices of this cell.
unsigned char CellData< dim >::material_id |
Material indicator of this cell. May be used to denote different coefficients, etc.