template <> bool CellAccessor<2,3>::point_inside (const Point<3> &) const;
// -------------------------------------------------------------------
+template <> void TriaAccessor<3,3,3>::set_all_manifold_ids (const types::manifold_id) const;
+
#endif // DOXYGEN
DEAL_II_NAMESPACE_CLOSE
new_lines[i]->clear_children();
// interior line
new_lines[i]->set_boundary_indicator(numbers::internal_face_boundary_id);
- new_lines[i]->set_manifold_id(numbers::flat_manifold_id);
+ // they inherit geometry description of the hex they belong to
+ new_lines[i]->set_manifold_id(hex->manifold_id());
}
// find some space for the newly to
new_quads[i]->clear_children();
// interior quad
new_quads[i]->set_boundary_indicator (numbers::internal_face_boundary_id);
- new_quads[i]->set_manifold_id (numbers::flat_manifold_id);
+ // they inherit geometry description of the hex they belong to
+ new_quads[i]->set_manifold_id (hex->manifold_id());
// set all line orientation
// flags to true by default,
// change this afterwards, if