]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typos.
authorMarc Fehling <mafehling.git@gmail.com>
Fri, 4 Oct 2024 10:36:19 +0000 (12:36 +0200)
committerMarc Fehling <mafehling.git@gmail.com>
Fri, 4 Oct 2024 10:36:24 +0000 (12:36 +0200)
include/deal.II/numerics/solution_transfer.h
source/grid/tria.cc

index 6ff2ad6f03d2a2498392258177ee68e81723b73e..d10d4370fed4f8d430f50b9f06fda5d9b53b39e8 100644 (file)
@@ -952,9 +952,9 @@ namespace Legacy
 
 
     /**
-     * Is used for @p prepare_for_refining (of course also for @p
-     * repare_for_refining_and_coarsening) and stores all dof indices of the
-     * cells that'll be refined
+     * Is used for @p prepare_for_pure_refinement (of course also for
+     * @p prepare_for_coarsening_and_refinement) and stores all dof indices of
+     * the cells that'll be refined.
      */
     std::vector<std::vector<types::global_dof_index>> indices_on_cell;
 
@@ -1006,8 +1006,9 @@ namespace Legacy
     std::map<std::pair<unsigned int, unsigned int>, Pointerstruct> cell_map;
 
     /**
-     * Is used for @p prepare_for_refining_and_coarsening The interpolated dof
-     * values of all cells that'll be coarsened will be stored in this vector.
+     * Is used for @p prepare_for_coarsening_and_refinement. The interpolated
+     * dof values of all cells that'll be coarsened will be stored in this
+     * vector.
      */
     std::vector<std::vector<Vector<typename VectorType::value_type>>>
       dof_values_on_cell;
index a496a30a662dff4c58395459b4eaa6b4afe4f6d3..2bc7aed4470b1dd4158c02b94a501318033881ff 100644 (file)
@@ -7788,8 +7788,8 @@ namespace internal
 
                         if (old_child[0]->index() + 1 != old_child[1]->index())
                           {
-                            // this is exactly the ugly case we taked
-                            // about. so, no coimplaining, lets get
+                            // this is exactly the ugly case we talked
+                            // about. so, no complaining, lets get
                             // two new lines and copy all info
                             typename Triangulation<dim,
                                                    spacedim>::raw_line_iterator

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.