From: bangerth Date: Tue, 2 Aug 2011 14:33:46 +0000 (+0000) Subject: Add another link. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4caea96f504a9d06df04409c9b1466c4e1cfa00;p=dealii-svn.git Add another link. git-svn-id: https://svn.dealii.org/trunk@23994 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index 0ab71cf921..4f89a35b8f 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -339,7 +339,9 @@ *
The direction flag is used in triangulations embedded in a * higher dimensional space to denote the orientation of cells and make the * manifold oriented. It is accessed using CellAccessor::direction_flag() - * and set by the Triangulation class upon creation of a triangulation. + * and set by the Triangulation class upon creation of a triangulation. You + * can change all direction flags of a triangulation using the + * Triangulation::flip_all_direction_flags() function. * * The flag is necessary to make cases like this work: assume we have a * one-dimensional mesh embedded in a two-dimensional space, @@ -755,7 +757,7 @@ Article{JK10, * * *
@anchor GlossSerialization Serialization
- + *
The term "serialization" refers to the process of writing the state of * an object to a stream and later retrieve it again. A typical use case is to * save the state of a program to disk for possible later resurrection, often