]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a typo. 12872/head
authorDavid Wells <drwells@email.unc.edu>
Sat, 23 Oct 2021 16:31:08 +0000 (12:31 -0400)
committerDavid Wells <drwells@email.unc.edu>
Sat, 23 Oct 2021 16:31:08 +0000 (12:31 -0400)
include/deal.II/numerics/vector_tools_evaluate.h

index 90cd3c0c81aa3446b735e85a8ccfee17ca22e7a2..04d6bb3ad9b35e0c88e188fa801c83754743a467 100644 (file)
@@ -80,11 +80,11 @@ namespace VectorTools
    * // first usage: set up cache
    * Utilities::MPI::RemotePointEvaluation<dim, spacedim> cache;
    *
-   * const auto result_1 = VectorToos::point_values(
+   * const auto result_1 = VectorTools::point_values(
    *   mapping, dof_handler_1, vector_1, evaluation_points, cache);
    *
    * // further usages: reuse the cache
-   * const auto result_2 = VectorToos::point_values(
+   * const auto result_2 = VectorTools::point_values(
    *   cache, dof_handler_2, vector_2);
    * @endcode
    *
@@ -101,10 +101,10 @@ namespace VectorTools
    * cache.reinit(evaluation_points, triangulation, mapping);
    *
    * // use the cache
-   * const auto result_1 = VectorToos::point_values(
+   * const auto result_1 = VectorTools::point_values(
    *   cache, dof_handler_1, vector_1);
    *
-   * const auto result_2 = VectorToos::point_values(
+   * const auto result_2 = VectorTools::point_values(
    *   cache, dof_handler_2, vector_2);
    * @endcode
    *

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.