]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Patch by Felgru: Fix a bunch of documentation typos.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Sep 2012 03:00:21 +0000 (03:00 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Sep 2012 03:00:21 +0000 (03:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@26543 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-12/step-12.cc
deal.II/include/deal.II/fe/fe.h
deal.II/include/deal.II/fe/fe_poly_face.h
deal.II/include/deal.II/meshworker/dof_info.h
deal.II/include/deal.II/meshworker/integration_info.h
deal.II/include/deal.II/meshworker/local_results.h

index b00be0c0a6e2eadc16dcf5aba8ff03c24a2f702f..68d703d6a71ee945514d525bfd786a306136bc37 100644 (file)
@@ -373,7 +373,7 @@ namespace Step12
 
                                      // After preparing all data in
                                      // <tt>info_box</tt>, we initialize
-                                     // the FEValus objects in there.
+                                     // the FEValues objects in there.
     info_box.initialize(fe, mapping);
 
                                      // The object created so far helps
index d27e5a514d4e32ed1c8a6d3756894426b135a17c..8c4d454e4a1da2a4e7b3a30e220cfe7b61eec241 100644 (file)
@@ -1659,7 +1659,7 @@ class FiniteElement : public Subscriptor,
                                       * FESystem class overloads
                                       * it so that it can return the
                                       * support points of individual
-                                      * base elements, of not all the
+                                      * base elements, if not all the
                                       * base elements define support
                                       * points. In this way, you can
                                       * still ask for certain support
index 310cce6e3e8e4e8ec01025529a1ec38ce4d468a1..0e69983ceb5034b2912daf5e4b3429ed7b17a230 100644 (file)
@@ -24,7 +24,7 @@ DEAL_II_NAMESPACE_OPEN
  * @warning This class is not sufficiently tested yet!
  *
  * This class gives a unified framework for the implementation of
- * FiniteElement classes only located on faces of the mesh. Theu are
+ * FiniteElement classes only located on faces of the mesh. They are
  * based on polynomial spaces like the TensorProductPolynomials or a
  * PolynomialSpace classes.
  *
@@ -38,10 +38,9 @@ DEAL_II_NAMESPACE_OPEN
  * Example classes are TensorProductPolynomials, PolynomialSpace or
  * PolynomialsP.
  *
- * This class is not a fully implemented FiniteElement class. Instead
- * there are several pure virtual functions declared in the
- * FiniteElement and FiniteElement classes which cannot
- * implemented by this class but are left for implementation in
+ * This class is not a fully implemented FiniteElement class. Instead there
+ * are several pure virtual functions declared in the FiniteElement class
+ * which cannot implemented by this class but are left for implementation in
  * derived classes.
  *
  * Furthermore, this class assumes that shape functions of the
index 6abc49fa0e664f2423fa8b4e2b2a040ada3570a4..e21467e5dd2ff73e0f38958b34b49db87de6a213 100644 (file)
@@ -38,7 +38,7 @@ namespace MeshWorker
  * In addition to the information on degrees of freedom stored in this
  * class, it also provides the local computation space for the worker
  * object operating on it in LocalResults. This base class will automatically
- * reinitialized on each cell, but initial setup is up to the user and
+ * be reinitialized on each cell, but initial setup is up to the user and
  * should be done when initialize() for this class is called.
  *
  * This class operates in two different modes, corresponding to the
index c7931c39794c4224e11a4cb837478900e2545ddd..6e715e36ec292a7842ded6d8480123d7692c38bb 100644 (file)
@@ -458,7 +458,7 @@ namespace MeshWorker
                                         * to the ones already set in
                                         * this program. The four
                                         * boolean flags indicate
-                                        * wether the additional flags
+                                        * whether the additional flags
                                         * should be set for cell,
                                         * boundary, interelement face
                                         * for the cell itself
@@ -567,7 +567,7 @@ namespace MeshWorker
                                         * #boundary_selector and
                                         * #face_selector in order to
                                         * save computational
-                                        * eeffort. If no selectors
+                                        * effort. If no selectors
                                         * are used, then values for
                                         * all named vectors in
                                         * DoFInfo::global_data will be
index 829f68840c7a7e58c252198976141a2ed9ae2be0..481eb419c13f54efd1346fb66c1dbf0cd77975a2 100644 (file)
@@ -98,7 +98,7 @@ template<int,int> class MGDoFHandler;
  * INTEGRATIONINFO and ASSEMBLER are needed.
  *
  * DOFINFO objects are gathered in a DoFInfoBox. In those objects, we
- * store the results of local operations on each cel and its
+ * store the results of local operations on each cell and its
  * faces. Once all this information has been gathered, an ASSEMBLER is
  * used to assemble it into golbal data.
  *
@@ -178,7 +178,7 @@ namespace MeshWorker
 {
 /**
  * The class providing the scrapbook to fill with results of local
- * integration. Depending on the tesk the mesh worker loop is
+ * integration. Depending on the task the mesh worker loop is
  * performing, local results can be of different types. They have
  * in common that they are the result of local integration over a cell
  * or face. Their actual type is determined by the Assember using

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.