Public Member Functions | |
template<typename FaceIteratorType> | |
void | insert_face_data (const FaceIteratorType &) |
SubCellData | get () |
void | insert_face_data (const FaceIteratorType &face) |
SubCellData | get () |
Private Attributes | |
std::set< CellData< dim - 1 >, internal::CellDataComparator< dim - 1 > > | face_data |
Definition at line 139 of file grid_tools_topology.cc.
|
inline |
Definition at line 144 of file grid_tools_topology.cc.
|
inline |
Definition at line 148 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.