From 7c66940f20f061667023137c24868149d91a93b5 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 20 Sep 2012 03:00:21 +0000 Subject: [PATCH] Patch by Felgru: Fix a bunch of documentation typos. git-svn-id: https://svn.dealii.org/trunk@26543 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-12/step-12.cc | 2 +- deal.II/include/deal.II/fe/fe.h | 2 +- deal.II/include/deal.II/fe/fe_poly_face.h | 9 ++++----- deal.II/include/deal.II/meshworker/dof_info.h | 2 +- deal.II/include/deal.II/meshworker/integration_info.h | 4 ++-- deal.II/include/deal.II/meshworker/local_results.h | 4 ++-- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/deal.II/examples/step-12/step-12.cc b/deal.II/examples/step-12/step-12.cc index b00be0c0a6..68d703d6a7 100644 --- a/deal.II/examples/step-12/step-12.cc +++ b/deal.II/examples/step-12/step-12.cc @@ -373,7 +373,7 @@ namespace Step12 // After preparing all data in // info_box, we initialize - // the FEValus objects in there. + // the FEValues objects in there. info_box.initialize(fe, mapping); // The object created so far helps diff --git a/deal.II/include/deal.II/fe/fe.h b/deal.II/include/deal.II/fe/fe.h index d27e5a514d..8c4d454e4a 100644 --- a/deal.II/include/deal.II/fe/fe.h +++ b/deal.II/include/deal.II/fe/fe.h @@ -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 diff --git a/deal.II/include/deal.II/fe/fe_poly_face.h b/deal.II/include/deal.II/fe/fe_poly_face.h index 310cce6e3e..0e69983ceb 100644 --- a/deal.II/include/deal.II/fe/fe_poly_face.h +++ b/deal.II/include/deal.II/fe/fe_poly_face.h @@ -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 diff --git a/deal.II/include/deal.II/meshworker/dof_info.h b/deal.II/include/deal.II/meshworker/dof_info.h index 6abc49fa0e..e21467e5dd 100644 --- a/deal.II/include/deal.II/meshworker/dof_info.h +++ b/deal.II/include/deal.II/meshworker/dof_info.h @@ -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 diff --git a/deal.II/include/deal.II/meshworker/integration_info.h b/deal.II/include/deal.II/meshworker/integration_info.h index c7931c3979..6e715e36ec 100644 --- a/deal.II/include/deal.II/meshworker/integration_info.h +++ b/deal.II/include/deal.II/meshworker/integration_info.h @@ -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 diff --git a/deal.II/include/deal.II/meshworker/local_results.h b/deal.II/include/deal.II/meshworker/local_results.h index 829f68840c..481eb419c1 100644 --- a/deal.II/include/deal.II/meshworker/local_results.h +++ b/deal.II/include/deal.II/meshworker/local_results.h @@ -98,7 +98,7 @@ template 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 -- 2.39.5