]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Slightly clarify a comment.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 24 Jan 2016 20:03:36 +0000 (14:03 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 Jan 2016 15:12:14 +0000 (09:12 -0600)
doc/doxygen/headers/update_flags.h

index 30eb1a14d756e1831d88ba44f78cee9bed44b05a..7628848974f9613c646a4100de14ca23ce697524 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2006 - 2013, 2015 by the deal.II authors
+// Copyright (C) 2006 - 2013, 2015, 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
  * sufficient to evaluate the values of shape functions on a particular cell.)
  * 
  * To accommodate this structure, both mappings and finite element classes
- * internally split the update flags into two sets commonly referenced as
+ * may internally split the update flags into two sets commonly referenced as
  * <code>update_once</code> and <code>update_each</code>. The former contains
  * all those pieces of information that can be pre-computed once at the
  * time the FEValues object starts to interact with a mapping or
  * </ul>
  * 
  * This is, where the actual data fields for FEValues, stored in
- * FEValuesData objects is computed. These functions call the function in
- * Mapping first, such that all the mapping data required by the finite
- * element is available. Then, the FiniteElement function is called.
- * 
- * When this happens for the first time after initialization, all the
- * values specified by Mapping::InternalDataBase::update_once or
- * Mapping::InternalDataBase::update_each are filled. After that, only
- * the values specified by Mapping::InternalDataBase::update_each will be
- * updated.
+ * internal::FEValues::MappingRelatedData and
+ * internal::FEValues::FiniteElementRelatedData objects, are
+ * computed. These functions call the function in Mapping first, such
+ * that all the mapping data required by the finite element is
+ * available. Then, the FiniteElement function is called.
  * 
  * @ingroup feall
  */

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.