From e70858349ff584319f82d0141fc4ff7d9a8e61f2 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 10 May 2005 15:32:22 +0000 Subject: [PATCH] Fix up a few comments. git-svn-id: https://svn.dealii.org/trunk@10662 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_tools.h | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index 69089e1ab0..4bb5181299 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -157,11 +157,20 @@ class DoFTools */ enum Coupling { - /// The two components do not couple + /** + * The two components do not + * couple. + */ none, - /// The two components do couple + /** + * The two components do couple. + */ always, -/// The two components couple only if their shape functions can be nonzero on this face + /** + * The two components couple only + * if their shape functions can be + * nonzero on this face. + */ nonzero }; -- 2.39.5