From 1b61202909e43975e17a2b15aee547d28db38bfb Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 21 Nov 2001 11:06:34 +0000 Subject: [PATCH] Include missing `code class="member"' git-svn-id: https://svn.dealii.org/trunk@5233 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-2.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index f48d558036..87354ed8b3 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -179,7 +179,8 @@ documentation, etc.

  • - Fixed: The GridRefinement::refine_fixed_fraction + Fixed: The GridRefinement::refine_fixed_fraction function sometimes had problems when indicators vary over several orders of magnitude, due to roundoff. This is now fixed. @@ -188,7 +189,8 @@ documentation, etc.

  • - New: DoFTools::extract_subdomain_dofs selects + New: DoFTools::extract_subdomain_dofs selects those degrees of freedom which are located on cells with a specified subdomain id.
    @@ -200,8 +202,10 @@ documentation, etc. subdomain_id which can be used in parallel computations to identify which cells are handled on which processor. These flags are read and set using the functions - cell->subdomain_id() and - cell->set_subdomain_id(new_id). The subdomain ids + cell->subdomain_id() and + cell->set_subdomain_id(new_id). The subdomain ids are unsigned integers, so should be sufficiently large also for larger numbers of subdomains.
    -- 2.39.5