]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust documentation: Use the non-deprecated version *_boundary_id() instead of ... 777/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 11 Apr 2015 23:29:45 +0000 (18:29 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 12 Apr 2015 16:30:47 +0000 (11:30 -0500)
doc/doxygen/headers/glossary.h
doc/doxygen/headers/iterators.h

index e7ae79f595cbc78db009fcb6ac03f85c5a2da1ae..89d0e311d3e37deef0e6ef3eb9503c456add6ff0 100644 (file)
  *     for (unsigned int f=0; f<GeometryInfo<dim>::faces_per_cell; ++f)
  *       if (cell->face(f)->at_boundary())
  *         if (cell->face(f)->center()[0] == -1)
- *           cell->face(f)->set_boundary_indicator (42);
+ *           cell->face(f)->set_boundary_id (42);
  * @endcode
- * This calls functions TriaAccessor::set_boundary_indicator. In 3d, it may
- * also be appropriate to call TriaAccessor::set_all_boundary_indicators instead
+ * This calls functions TriaAccessor::set_boundary_id. In 3d, it may
+ * also be appropriate to call TriaAccessor::set_all_boundary_ids instead
  * on each of the selected faces. To query the boundary indicator of a particular
- * face or edge, use TriaAccessor::boundary_indicator.
+ * face or edge, use TriaAccessor::boundary_id.
  *
  * In older versions of the library (prior to 8.2), if you wanted also
  * to change the way the Triangulation class treated the boundary for
index 885b9c3dfb123190abecda13b27b67be187238e0..58b1e87f20842be91fb13c646c5b653dd677d8f4 100644 (file)
@@ -225,7 +225,7 @@ iterator are
   line->child(0);
   hex->face(3);
   cell->at_boundary();
-  face->boundary_indicator();
+  face->boundary_id();
 @endcode
 
 Since dereferencing iterators yields accessor objects, these calls are to

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.