deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
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 |
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 97 of file grid_tools_topology.cc.
|
inline |
Store the data about the given face face
.
Definition at line 105 of file grid_tools_topology.cc.
|
inline |
Return the subcell_data
with the stored information.
Definition at line 121 of file grid_tools_topology.cc.
|
private |
Definition at line 133 of file grid_tools_topology.cc.