]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some more
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 8 Oct 2020 21:43:12 +0000 (17:43 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 8 Oct 2020 21:43:12 +0000 (17:43 -0400)
doc/news/changes/minor/20200831Munch
examples/step-69/step-69.cc
include/deal.II/base/data_out_base.h
include/deal.II/hp/dof_handler.h

index bb36682850bc7fb39388abec054b8b497c26f966..aa78a5566a7186995e9b25e002a73cd18be61ea7 100644 (file)
@@ -1,4 +1,5 @@
-New: The methods FEEvaluation/FEEFacevaluation::gather_evaluate/integrate_scatter() 
-can now also accept block vectors.
+New: The methods FEEvaluation::gather_evaluate(),
+FEEFaceEvaluation::gather_evaluate(), FEEvaluation::integrate_scatter() and
+FEfaceEvaluation::integrate_scatter() can now also accept block vectors.
 <br>
 (Peter Munch, Magdalena Schreter, Martin Kronbichler, 2020/08/31)
index 4181d13b6dc48c9f0be1dca37636e3156e8442ec..1857639a5bfb99936ca7ccf4762aad99f42278b3 100644 (file)
@@ -2183,7 +2183,7 @@ namespace Step69
   // The second thing to note is that we have to compute global minimum and
   // maximum $\max_j |\nabla r_j|$ and $\min_j |\nabla r_j|$. Following the
   // same ideas used to compute the time step size in the class member
-  // <code>%TimeStepping<dim>::step()</code> we define $\max_j |\nabla r_j|$
+  // <code>%TimeStepping\<dim>::%step()</code> we define $\max_j |\nabla r_j|$
   // and $\min_j |\nabla r_j|$ as atomic doubles in order to resolve any
   // conflicts between threads. As usual, we use
   // <code>Utilities::MPI::max()</code> and
index 9e6b93b568673ca7819b213c3444aeec11d3959b..2549a5df390d21eb31fc42e6d8d1adade4c50a1d 100644 (file)
@@ -3329,7 +3329,8 @@ public:
    * Get the XDMF content associated with this entry.
    * If the entry is not valid, this returns an empty string.
    *
-   * @deprecated Use @ref get_xdmf_content(const unsigned int, const ReferenceCell::Type &) instead.
+   * @deprecated Use the overload taking an `unsigned int` and a
+   * `const ReferenceCell::Type &` instead.
    */
   DEAL_II_DEPRECATED
   std::string
index f156c17fb8d507b33a1bbfc5719945ca52e54215..cf383640b98e48d96d41085a9b7b4af31ec8472c 100644 (file)
@@ -128,7 +128,7 @@ namespace hp
     /**
      * Default Constructor.
      *
-     * @deprecated Use dealii::DoFHandler(true) instead.
+     * @deprecated Use the overload taking a `bool` instead.
      */
     DEAL_II_DEPRECATED
     DoFHandler();
@@ -136,7 +136,8 @@ namespace hp
     /**
      * Constructor. Take @p tria as the triangulation to work on.
      *
-     * @deprecated Use dealii::DoFHandler(tria, true) instead.
+     * @deprecated Use the overload taking a
+     * `const Triangulation<dim, spacedim>&` and a `bool` instead.
      */
     DEAL_II_DEPRECATED
     DoFHandler(const Triangulation<dim, spacedim> &tria);

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.