]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-32: fix an incorrect filtering criterion.
authorDavid Wells <drwells@email.unc.edu>
Fri, 10 May 2019 03:11:15 +0000 (23:11 -0400)
committerDavid Wells <drwells@email.unc.edu>
Fri, 10 May 2019 12:30:48 +0000 (08:30 -0400)
examples/step-32/doc/intro.dox

index 1a7e36c8acbf939cba93b09fe1814ed11258f375..d03c8a27b978d2553226f5121ebd673dca7c35f9 100644 (file)
@@ -792,9 +792,8 @@ and per-cell data. Suffice it to mention that we need the following:
 - An iterator range for those cells on which we are supposed to work. This is
   provided by the FilteredIterator class which acts just like every other cell
   iterator in deal.II with the exception that it skips all cells that do not
-  satisfy a particular predicate (i.e. a criterion that evaluates to true or
-  false). In our case, the predicate is whether a cell has the correct
-  subdomain id.
+  satisfy a particular predicate (i.e., a criterion that evaluates to true or
+  false). In our case, the predicate is whether a cell is locally owned.
 
 - A function that does the work on each cell for each of the tasks identified
   above, i.e., functions that assemble the local contributions to Stokes matrix

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.