![]() |
deal.II version 9.7.1
|
Material or boundary indicator of this cell. This field is a union that stores either a boundary or a material id, depending on whether the current object is used to describe a cell (in a vector of CellData objects) or a face or edge (as part of a SubCellData object).
Definition at line 94 of file cell_data.h.
Public Attributes | |
| types::material_id | material_id |
| types::boundary_id | boundary_id |
| types::material_id CellData< structdim >CellData::[union].__unnamed0__ material_id |
The material id of the cell being described. See the documentation of the CellData class for examples of how to use this field.
This variable can only be used if the current object is used to describe a cell, i.e., if structdim equals the dimension dim of a triangulation.
| types::boundary_id CellData< structdim >CellData::[union].__unnamed0__ boundary_id |
The boundary id of a face or edge being described. See the documentation of the CellData class for examples of how to use this field.
This variable can only be used if the current object is used to describe a face or edge, i.e., if structdim is less than the dimension dim of a triangulation. In this case, the CellData object this variable belongs to will be part of a SubCellData object.