From: Wolfgang Bangerth Date: Mon, 3 Oct 2016 16:02:15 +0000 (-0600) Subject: Fix formatting of doc text. X-Git-Tag: v8.5.0-rc1~613^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c6f59e08103c55bcda78e3ad33d79ef78326edd;p=dealii.git Fix formatting of doc text. --- diff --git a/include/deal.II/hp/dof_handler.h b/include/deal.II/hp/dof_handler.h index 75831a5aa5..c4ffd504bf 100644 --- a/include/deal.II/hp/dof_handler.h +++ b/include/deal.II/hp/dof_handler.h @@ -103,15 +103,18 @@ namespace hp * hp::DoFHandler::distribute_dofs(), and then assemble a linear system and * solve a problem on this finite element space. However, one can skip * assigning active FE indices upon mesh refinement in certain - * circumstances. In particular, the following rules apply: - Upon mesh - * refinement, child cells inherit the active FE index of the parent. - On - * the other hand, when coarsening cells, the (now active) parent cell will - * not have an active FE index set and you will have to set it explicitly - * before calling hp::DoFHandler::distribute_dofs(). In particular, to avoid - * stale information to be used by accident, this class deletes the active - * FE index of cells that are refined after inheriting this index to the - * children; this implies that if the children are coarsened away, the old - * value is no longer available on the parent cell. + * circumstances. In particular, the following rules apply: + * - Upon mesh refinement, child cells inherit the active FE index of + * the parent. + * - On the other hand, when coarsening cells, the (now active) + * parent cell will not have an active FE index set and you will + * have to set it explicitly before calling + * hp::DoFHandler::distribute_dofs(). In particular, to avoid + * stale information to be used by accident, this class deletes + * the active FE index of cells that are refined after inheriting + * this index to the children; this implies that if the children + * are coarsened away, the old value is no longer available on the + * parent cell. * * @ingroup dofs * @ingroup hp