* @name Cell iterator functions
*/
- /*
- * @{
- */
+ /** @{ */
/**
* Iterator to the first used cell on level @p level.
*/
level_cell_iterator
end_mg() const;
+ /** @} */
/**
* @name Cell iterator functions returning ranges of iterators
*/
+ /** @{ */
/**
* Return an iterator range that contains all cells (active or not) that
* make up this DoFHandler. Such a range is useful to initialize range-based
IteratorRange<level_cell_iterator>
mg_cell_iterators_on_level(const unsigned int level) const;
- /*
- * @}
- */
+ /** @} */
/*---------------------------------------*/
virtual bool
prepare_coarsening_and_refinement();
- /*
- * @}
- */
+ /** @} */
/**
* @name Keeping up with what happens to a triangulation
*/
mutable Signals signals;
- /*
- * @}
- */
+ /** @} */
/**
* @name History of a triangulation
bool
get_anisotropic_refinement_flag() const;
- /*
- * @}
- */
+ /** @} */
/**
* @name User data
void
load_user_pointers_hex(const std::vector<void *> &v);
- /*
- * @}
- */
+ /** @} */
/**
* @name Cell iterator functions
*/
cell_iterator
create_cell_iterator(const CellId &cell_id) const;
+ /** @} */
/**
* @name Cell iterator functions returning ranges of iterators
+ * @{
*/
/**
IteratorRange<active_cell_iterator>
active_cell_iterators_on_level(const unsigned int level) const;
- /*
- * @}
- */
+ /** @} */
/*-------------------------------------------------------------------------*/
IteratorRange<active_face_iterator>
active_face_iterators() const;
- /*
- * @}
- */
+ /** @} */
/*-------------------------------------------------------------------------*/
vertex_iterator
end_vertex() const;
- /*
- * @}
- */
+ /** @} */
/**
* @name Information about the triangulation
get_triangulation() const;
- /*
- * @}
- */
+ /** @} */
/**
* @name Internal information about the number of objects
unsigned int
n_raw_faces() const;
- /*
- * @}
- */
+ /** @} */
/**
* Determine an estimate for the memory consumption (in bytes) of this
"coarsen flags on your triangulation via "
"Triangulation::prepare_coarsening_and_refinement() beforehand!");
- /*
- * @}
- */
+ /** @} */
protected:
/**
raw_cell_iterator
end_raw(const unsigned int level) const;
- /*
- * @}
- */
+ /** @} */
/**
* @name Line iterator functions for internal use
line_iterator
end_line() const;
- /*
- * @}
- */
+ /** @} */
/**
* @name Quad iterator functions for internal use
quad_iterator
end_quad() const;
- /*
- * @}
- */
+ /** @} */
/**
* @name Hex iterator functions for internal use
hex_iterator
end_hex() const;
- /*
- * @}
- */
+ /** @} */
/**