]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Misc. typos fixes 6057/head
authorluz.paz <luzpaz@users.noreply.github.com>
Mon, 19 Mar 2018 02:11:49 +0000 (22:11 -0400)
committerluz.paz <luzpaz@users.noreply.github.com>
Mon, 19 Mar 2018 02:11:49 +0000 (22:11 -0400)
Found via `codespell`

include/deal.II/non_matching/coupling.h
include/deal.II/numerics/derivative_approximation.h
source/base/parameter_handler.cc
source/non_matching/coupling.cc

index 5f6e47d7094760cd657379be1c10e01b1c27d649..30e75b6d766f1871d63b9e01c17a580d275c95ed 100644 (file)
@@ -59,7 +59,7 @@ namespace NonMatching
    * on. If one of the two masks has more non-zero than the other, then the
    * excess components will be ignored.
    *
-   * If the domain $B$ does not fall withing $\Omega$, an exception will be
+   * If the domain $B$ does not fall within $\Omega$, an exception will be
    * thrown by the algorithm that computes the quadrature point locations. In
    * particular, notice that this function only makes sens for `dim1` lower or
    * equal than `dim0`. A static assert guards that this is actually the case.
@@ -112,7 +112,7 @@ namespace NonMatching
    * on. If one of the two masks has more non-zero entries non-zero than the
    * other, then the excess components will be ignored.
    *
-   * If the domain $B$ does not fall withing $\Omega$, an exception will be
+   * If the domain $B$ does not fall within $\Omega$, an exception will be
    * thrown by the algorithm that computes the quadrature point locations. In
    * particular, notice that this function only makes sens for `dim1` lower or
    * equal than `dim0`. A static assert guards that this is actually the case.
index 1e0cfdd0798e42154393279666d3f271ce2d04a0..69d7955f051ee0806443b240f7a5e86fa004b54f 100644 (file)
@@ -143,7 +143,7 @@ DEAL_II_NAMESPACE_OPEN
  * in the main function @p approximate.
  *
  * Due to this way of operation, the class may be easily extended for higher
- * oder derivatives than are presently implemented. Basically, only an
+ * order derivatives than are presently implemented. Basically, only an
  * additional class along the lines of the derivative descriptor classes @p
  * Gradient and @p SecondDerivative has to be implemented, with the respective
  * typedefs and functions replaced by the appropriate analogues for the
index 0b392a4cd5e5cc43f28a414e5c84d657288c5b18..1241653e60741501a3274eaf1652a7c446b6329f 100644 (file)
@@ -589,7 +589,7 @@ void ParameterHandler::parse_input_from_json (std::istream &in)
   // file.
   read_json (in, node_tree);
 
-  // The xml function is reused to read in the xml into the paramter file.
+  // The xml function is reused to read in the xml into the parameter file.
   // This means that only mangled files can be read.
   read_xml_recursively (node_tree, "", path_separator, patterns, *entries);
 }
index 84a172a08bb4bbf4f05cc23493810ca1c7b7bc67..2951c44e5600da6f8e08edefc6a88f572f1dc267 100644 (file)
@@ -250,7 +250,7 @@ namespace NonMatching
                           if (space_gtl[comp_i] == immersed_gtl[comp_j])
                             for (unsigned int oq=0; oq<o_fe_v.n_quadrature_points; ++oq)
                               {
-                                // Get the corrisponding q point
+                                // Get the corresponding q point
                                 const unsigned int q=ids[oq];
 
                                 cell_matrix(i,j) += ( fe_v.shape_value(j,q) *

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.