/**
* Compute a threshold value so that the error accumulated over all
* criteria[i] so that
+ * @code
* criteria[i] > threshold
+ * @endcode
* is larger than target_error.
*/
template <typename number>
* Do the work which is needed before cellwise data computation.
* Since the shape functions are constructed independently on each cell,
* the data on the reference cell is not necessary.
- * It returns an empty variable type of @ InternalDataBase and updates @
- * update_flags, and computes trivially zero Hessian for each cell if it is
+ * It returns an empty variable of type @p InternalDataBase and stores
+ * @p update_flags, and computes trivially zero Hessian for each cell if it is
* needed.
*/
virtual std::unique_ptr<FiniteElement<2, 2>::InternalDataBase>
* @param[in] max_n_cells The maximal number of cells. If current cell
* number @p current_n_cells is already exceeded maximal cell number @p
* max_n_cells, refinement fraction of cells will be set to zero and
- * coarsening fraction of cells will be adjusted to reduce cell number to @
- * max_n_cells. If cell number is going to be exceeded only upon refinement,
- * then refinement and coarsening fractions are going to be adjusted with a
- * same ratio in an attempt to reach the maximum number of cells. Be aware
- * though that through proliferation of refinement due to
+ * coarsening fraction of cells will be adjusted to reduce cell number to
+ * @p max_n_cells. If cell number is going to be exceeded only upon
+ * refinement, then refinement and coarsening fractions are going to be
+ * adjusted with a same ratio in an attempt to reach the maximum number of
+ * cells. Be aware though that through proliferation of refinement due to
* Triangulation::MeshSmoothing, this number is only an indicator. The
* default value of this argument is to impose no limit on the number of
* cells.
/**
* Reinitialize the partitioner. As for the Utilities::MPI::Partitioner,
- * any entry of @p ghost_indices that is also present in @
- * locally_owned_indices is discarded.
+ * any entry of @p ghost_indices that is also present in
+ * @p locally_owned_indices is discarded.
*/
virtual void
reinit(const IndexSet &locally_owned_indices,
/**
* Reinitialize the partitioner. As for the Utilities::MPI::Partitioner,
- * any entry of @p ghost_indices that is also present in @
- * locally_owned_indices is discarded. This reinitialization will allow to
- * perform communications either using a ghost data array of the size
+ * any entry of @p ghost_indices that is also present in
+ * @p locally_owned_indices is discarded. This reinitialization will allow
+ * to perform communications either using a ghost data array of the size
* of @p ghost_indices or of @p larger_ghost_indices.
*/
void