From 8af4cced4c8542803d045254aa7e161cfd261a79 Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 2 Jan 2013 17:15:24 +0000 Subject: [PATCH] document git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@27901 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_handler_policy.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/dofs/dof_handler_policy.h b/deal.II/include/deal.II/dofs/dof_handler_policy.h index 2fbbcc7bec..f2d1654c4d 100644 --- a/deal.II/include/deal.II/dofs/dof_handler_policy.h +++ b/deal.II/include/deal.II/dofs/dof_handler_policy.h @@ -68,7 +68,7 @@ namespace internal distribute_dofs (dealii::DoFHandler &dof_handler) const = 0; /** - * Distribute the mg dofs + * Distribute the multigrid dofs on each level */ virtual void @@ -105,7 +105,7 @@ namespace internal distribute_dofs (dealii::DoFHandler &dof_handler) const; /** - * TODO + * Distribute multigrid DoFs. */ virtual void @@ -143,7 +143,7 @@ namespace internal distribute_dofs (dealii::DoFHandler &dof_handler) const; /** - * TODO + * Distribute multigrid DoFs. */ virtual void -- 2.39.5