From 4c6f59e08103c55bcda78e3ad33d79ef78326edd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Oct 2016 10:02:15 -0600 Subject: [PATCH] Fix formatting of doc text. --- include/deal.II/hp/dof_handler.h | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) 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 -- 2.39.5