![]() |
deal.II version 9.7.0
|
get_coarse_mesh_description() needs to store face data for dim>1, but we can not have this code in the function, as this requires either an instantiation of CellData<dim-1>, or constexpr if. We use a class with specialization instead for now.
Data on faces is added with insert_face_data() and then retrieved with get().
Definition at line 101 of file grid_tools_topology.cc.

Public Member Functions | |
| template<typename FaceIteratorType> | |
| void | insert_face_data (const FaceIteratorType &face) |
| SubCellData | get () |
Private Attributes | |
| std::set< CellData< dim - 1 >, internal::CellDataComparator< dim - 1 > > | face_data |
|
inline |
Store the data about the given face face.
Definition at line 109 of file grid_tools_topology.cc.
|
inline |
Return the subcell_data with the stored information.
Definition at line 125 of file grid_tools_topology.cc.
|
private |
Definition at line 137 of file grid_tools_topology.cc.