From 84a17d63d555d8561b48a8c252fafbf75f5745ee Mon Sep 17 00:00:00 2001
From: Ralf Hartmann
+
New: DoFTools::extract_subdomain_dofs
selects
those degrees of freedom which are located on cells with a
@@ -202,12 +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
- are unsigned integers, so should be sufficiently large also for
- larger numbers of subdomains.
+ 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.
(WB 2001/10/27)