]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some typos in the documentation.
authorDavid Wells <wellsd2@rpi.edu>
Mon, 12 Oct 2015 21:56:26 +0000 (17:56 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Mon, 12 Oct 2015 21:56:26 +0000 (17:56 -0400)
28 files changed:
cmake/macros/macro_configure_feature.cmake
examples/step-17/CMakeLists.txt
examples/step-18/CMakeLists.txt
examples/step-22/CMakeLists.txt
examples/step-29/CMakeLists.txt
examples/step-31/CMakeLists.txt
examples/step-32/CMakeLists.txt
examples/step-33/CMakeLists.txt
examples/step-34/CMakeLists.txt
examples/step-35/CMakeLists.txt
examples/step-36/CMakeLists.txt
examples/step-37/CMakeLists.txt
examples/step-40/CMakeLists.txt
examples/step-41/CMakeLists.txt
examples/step-42/CMakeLists.txt
examples/step-43/CMakeLists.txt
examples/step-46/CMakeLists.txt
examples/step-50/CMakeLists.txt
examples/step-53/CMakeLists.txt
examples/step-54/CMakeLists.txt
include/deal.II/base/config.h.in
include/deal.II/base/derivative_form.h
include/deal.II/base/function.h
include/deal.II/base/index_set.h
include/deal.II/base/qprojector.h
include/deal.II/base/quadrature_lib.h
include/deal.II/base/tensor_accessors.h
tests/base/thread_local_storage_06.cc

index be1d5e86a1baff0f90b2e3d089ebd49dc0423b23..c5cbf15f658e470527b70d90699c1b0d6a5252b6 100644 (file)
@@ -45,7 +45,7 @@
 #
 # FEATURE_${feature}_FIND_EXTERNAL(var)   (a macro)
 #    which should set var to TRUE if all dependencies for the feature are
-#    fullfilled. In this case all necessary variables for
+#    fulfilled. In this case all necessary variables for
 #    FEATURE_${feature}_CONFIGURE_EXTERNAL must be set. Otherwise
 #    var should remain unset.
 #    If not defined, FIND_PACKAGE(${feature}) is called.
@@ -189,7 +189,7 @@ MACRO(CONFIGURE_FEATURE _feature)
      DEAL_II_WITH_${_feature})
 
     #
-    # Are all dependencies fullfilled?
+    # Are all dependencies fulfilled?
     #
     SET(_dependencies_ok TRUE)
     FOREACH(_dependency ${FEATURE_${_feature}_DEPENDS})
index 8045ca2a0559575cbf39fd46ab6b4716db5989ef..d130d1925b6f22519ce69515d64372c43834a09c 100644 (file)
@@ -36,7 +36,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF ()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_PETSC)
   MESSAGE(FATAL_ERROR "
index 09f3c020dd0948b20e7254322164b6391e761ded..5082bd40f32f10a3cdb51109df827840c3e87609 100644 (file)
@@ -36,7 +36,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF ()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_PETSC)
   MESSAGE(FATAL_ERROR "
index 80abfdfe22bb9dfa68a77935089a7ac65c591035..3fe2225c0a9cce4224a48dc0ce67112892664de5 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_UMFPACK)
   MESSAGE(FATAL_ERROR "
index e30e82930288bea2eee97212794218ef1af47af8..106950ca94aa27f9146769ff064d27b589670066 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_UMFPACK)
   MESSAGE(FATAL_ERROR "
index 834e4cda8dc61063cd835c73b5b73bf44da81d13..8161b22dafc905d94b0f1e96faf5a4944fb4a381 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_TRILINOS)
   MESSAGE(FATAL_ERROR "
index e5bb39c328ab5e0b60896162cb915e18fb5fb242..f1a36b8cd73d2d3f7c789613119009ee2e00ce4a 100644 (file)
@@ -38,7 +38,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF( NOT DEAL_II_WITH_MPI OR
     NOT DEAL_II_WITH_P4EST OR
index 74c99bf9903634d889e5c0b7630e32c485aed803..cb8a6ba867934e4fc8cd91caf278c492587d2559 100644 (file)
@@ -38,7 +38,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_TRILINOS)
   MESSAGE(FATAL_ERROR "
index 1e627d514dbed7efe6b0c3fff1700b175190525b..4bcda219b5a20b8e857ccdf3f07546925834c170 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_MUPARSER)
   MESSAGE(FATAL_ERROR "
index 0b89b607aed3d2f1c418593e47d5470cc8e6d9a6..ae97f17f1f9b60878ab6b2db6549a717f368a236 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_UMFPACK)
   MESSAGE(FATAL_ERROR "
index 5a509b50dc146628cc76bdafdf7afeab86da21ef..daecdc84f143eeeac6975c58d03b2d6834b35b89 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_PETSC OR NOT DEAL_II_WITH_SLEPC)
   MESSAGE(FATAL_ERROR "
index ee7eb73184a63ad3ac358bbf74aeb812caf12d6a..6a4158d7886324a8e56bae093219ac17ecf68c08 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_LAPACK)
   MESSAGE(FATAL_ERROR "
index 6ec93205e1ae19e95ff6db786bcf5fd37bc541d8..7130ef287472cf8353d27c559335603b8420ffe2 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_PETSC OR NOT DEAL_II_WITH_P4EST)
   MESSAGE(FATAL_ERROR "
index 14d96d57f98ab4a11180563f8c6b9d56e0b05af9..e8ccded4540a8d953426ad0ace7eda934973a534 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_TRILINOS)
   MESSAGE(FATAL_ERROR "
index b965c5553533f8c69c5d0bff053629590167bcb8..6c4a8dd847c87a7f0a46176b2598ac2915bba78f 100644 (file)
@@ -38,7 +38,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF( NOT DEAL_II_WITH_MPI OR
     NOT DEAL_II_WITH_P4EST OR
index 0b632f599350fcfa10156c3458e34088b838894e..98ff06f6386bf1960f4d0638f8b65c3edcbfe208 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_TRILINOS)
   MESSAGE(FATAL_ERROR "
index 018f5fbc6b4b50fb57f5a4655b6cadb655eae00e..379ae5894d947b3af6f8ecfd5db0e1e6912f43f3 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_UMFPACK)
   MESSAGE(FATAL_ERROR "
index 49d37ad70e2d9406858d9bb6ffec44bc970d103b..119c1158d1936e60c062fe96844ed92355c88da0 100644 (file)
@@ -38,7 +38,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF( NOT DEAL_II_WITH_MPI OR
     NOT DEAL_II_WITH_P4EST OR
index df99e28af0b2925e7880128e805ffba22850993a..799e9623116ff75582b3eccd8b0f7a0bc9608cc9 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_ZLIB)
   MESSAGE(FATAL_ERROR "
index 9663554d5bae617f28b798224a7e5a8f60f3e444..34e5131e29d6c96b72cc3b0733cda691a00a0171 100644 (file)
@@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND})
 ENDIF()
 
 #
-# Are all dependencies fullfilled?
+# Are all dependencies fulfilled?
 #
 IF(NOT DEAL_II_WITH_OPENCASCADE)
   MESSAGE(FATAL_ERROR "
index 9248f338bf319af6e77f1c91b0939634157d7f92..f3b30859197e783ac954a6af5f82f427dd8b6421 100644 (file)
  * cmake/modules/Find*.cmake
  */
 
-/* cmake/moduels/FindARPACK.cmake */
+/* cmake/modules/FindARPACK.cmake */
 #cmakedefine DEAL_II_ARPACK_WITH_PARPACK
 
 /* cmake/configure/configure_1_threads.cmake */
index a93c8436303cedc8d180514b1cf44281c1613201..66942a3d71736e2bebacd080a0dcc9eea9d1e101 100644 (file)
@@ -114,7 +114,7 @@ public:
 
   /**
    * Computes the volume element associated with the jacobian of the
-   * tranformation F. That is to say if $DF$ is square, it computes
+   * transformation F. That is to say if $DF$ is square, it computes
    * $\det(DF)$, in case DF is not square returns $\sqrt(\det(DF^{t} * DF))$.
    */
   double determinant () const;
index 4553f3fcdde2517b2211123282b1f9b56e3ab8aa..2bf89662b0dc641df8b4b46104235b1e3dc20e81 100644 (file)
@@ -531,7 +531,7 @@ public:
    * provided constructors of <tt>ComponentSelectFunction<dim, Number> <\tt>
    * class can only have same value for all components.
    *
-   * @note: we copy the underlaying component value data from @para f from its beginning.
+   * @note: we copy the underlying component value data from @para f from its beginning.
    * So the number of components of @para f cannot be less than the calling object.
    */
   virtual void substitute_function_value_with (const ConstantFunction<dim, Number> &f);
index bfca45fa7162a1a19ef603686a4e2cc0df29119c..74de38b1a21204b47268d8b6457ad3796757d9d5 100644 (file)
@@ -395,13 +395,13 @@ public:
   {
   public:
     /**
-     * Construct a valid accessor given an Indexset and the index @p range_idx
+     * Construct a valid accessor given an IndexSet and the index @p range_idx
      * of the range to point to.
      */
     IntervalAccessor(const IndexSet *idxset, const size_type range_idx);
 
     /**
-     * Construct an invalid accessor for the Indexset.
+     * Construct an invalid accessor for the IndexSet.
      */
     explicit IntervalAccessor(const IndexSet *idxset);
 
index 538bb46864d9351382e4a8757a8f4481f1378215..6a5fb1652c207cfa7f515248aaca3bb3e5fb1bd3 100644 (file)
@@ -194,7 +194,7 @@ public:
   project_to_all_children (const Quadrature<dim>  &quadrature);
 
   /**
-   * Project the onedimensional rule <tt>quadrature</tt> to the straight line
+   * Project the one dimensional rule <tt>quadrature</tt> to the straight line
    * connecting the points <tt>p1</tt> and <tt>p2</tt>.
    */
   static
index db25354b60f13563690d63cb2d416ac1598e0279..293b8f37511d3954cb4a688ec24f55ff726529c1 100644 (file)
@@ -157,7 +157,7 @@ public:
  *
  * The class is poorly named since the proper name of the quadrature formula
  * is "trapezoidal rule", or sometimes also called the "trapezoid rule". The
- * misnomer results from the fact that its original authors's poor English
+ * misnomer results from the fact that its original authors' poor English
  * language skills led them to translate the name incorrectly from the German
  * "Trapezregel".
  *
index 3251ec6877c24101c45d33baeefbd30eb16617df..07dd8892915c64fe44324864b6de26fde79be38e 100644 (file)
@@ -61,7 +61,7 @@ DEAL_II_NAMESPACE_OPEN
  *   };
  * @endcode
  *
- * This namespace provides primitves for access, reordering and contraction
+ * This namespace provides primitives for access, reordering and contraction
  * of such objects.
  *
  * @ingroup geomprimitives
@@ -124,7 +124,7 @@ namespace TensorAccessors
   /**
    * This class provides a local typedef @p value_type that is equal to
    * the typedef <code>value_type</code> after @p deref_steps
-   * recursive dereferenciations via ```operator[](unsigned int)```.
+   * recursive dereferences via ```operator[](unsigned int)```.
    * Further, constness is preserved via the ValueType
    * type trait, i.e., if T is const, ReturnType<rank, T>::value_type
    * will also be const.
@@ -165,7 +165,7 @@ namespace TensorAccessors
    * The purpose of this reordering facility is to be able to contract over
    * an arbitrary index of two (ore more) tensors:
    *  - reorder the indices in mind to the end of the tensors
-   *  - use belows contract function that contracts the _last_ elements of
+   *  - use the contract function below that contracts the _last_ elements of
    *    tensors.
    *
    * @note This function returns an internal class object consisting of an
@@ -355,12 +355,12 @@ namespace TensorAccessors
     };
 
 
-    // TODO: Is there a possibility ot just have the following block of
+    // TODO: Is there a possibility to just have the following block of
     // explanation on an internal page in doxygen? If, yes. Doxygen
     // wizards, your call!
 
     // -------------------------------------------------------------------------
-    // Implemenation of helper classes for reordered_index_view
+    // Implementation of helper classes for reordered_index_view
     // -------------------------------------------------------------------------
 
     // OK. This is utterly brutal template magic. Therefore, we will not
@@ -371,7 +371,7 @@ namespace TensorAccessors
     //
     // Our task is to reorder access to a tensor object where a specified
     // index is moved to the end. Thus we want to construct an object
-    // <code>reorderd</code> out of a <code>tensor</code> where the
+    // <code>reordered</code> out of a <code>tensor</code> where the
     // following access patterns are equivalent:
     // @code
     //   tensor    [i_0]...[i_index-1][i_index][i_index+1]...[i_n]
@@ -535,7 +535,7 @@ namespace TensorAccessors
 
 
     // -------------------------------------------------------------------------
-    // Implemenation of helper classes for extract
+    // Implementation of helper classes for extract
     // -------------------------------------------------------------------------
 
     // Straightforward recursion implemented by specializing ExtractHelper
@@ -574,10 +574,10 @@ namespace TensorAccessors
 
 
     // -------------------------------------------------------------------------
-    // Implemenation of helper classes for contract
+    // Implementation of helper classes for contract
     // -------------------------------------------------------------------------
 
-    // Straightforwad recursive pattern:
+    // Straightforward recursive pattern:
     //
     // As long as rank_1 > no_contr, assign indices from the left tensor to
     // result. This builds up the first part of the nested outer loops:
@@ -692,7 +692,7 @@ namespace TensorAccessors
 
 
     // -------------------------------------------------------------------------
-    // Implemenation of helper classes for contract3
+    // Implementation of helper classes for contract3
     // -------------------------------------------------------------------------
 
     // Fully contract three tensorial objects
index af20f5c4423b722e3de23d93a62ddf5e25d881af..51e2eb6bd9462b8ad1cbec7e4f2e1c1e12a7e58a 100644 (file)
@@ -43,10 +43,10 @@ X initializer ()
   return x;
 }
 
-X fourty_two = initializer();
+X forty_two = initializer();
 
 
-Threads::ThreadLocalStorage<X> tls_data(fourty_two);
+Threads::ThreadLocalStorage<X> tls_data(forty_two);
 
 
 void execute (Threads::Mutex &m)

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.