From 249bda15bb4707cda136a2215730ab06ab18a403 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 1 Apr 2004 20:00:58 +0000 Subject: [PATCH] Add some docs. git-svn-id: https://svn.dealii.org/trunk@8950 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_tools.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index b923de4c43..5dd60ce33d 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -800,6 +800,16 @@ class DoFTools * asymptotically vanishing as we refine * the mesh as long as the number of * partitions is kept constant. + * + * This function returns the association + * of each DoF with one subdomain. If you + * are looking for the association of + * each @em cell with a subdomain, either + * query the + * cell->subdomain_id() + * function, or use the + * GridTools::get_subdomain_association + * function. */ template static void @@ -821,6 +831,13 @@ class DoFTools * This function will generate an * exception if there are no cells with * the given @p subdomain index. + * + * This function returns the number of + * DoFs associated with one subdomain. If + * you are looking for the association of + * @em cells with this subdomain, use the + * GridTools::count_cells_with_subdomain_association + * function. */ template static unsigned int -- 2.39.5