]> https://gitweb.dealii.org/ - dealii.git/commitdiff
doc: replace FE_DGRT with correct name 14793/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 13 Feb 2023 14:56:47 +0000 (09:56 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 13 Feb 2023 14:56:47 +0000 (09:56 -0500)
examples/step-61/doc/intro.dox
examples/step-61/step-61.cc
include/deal.II/fe/fe_dg_vector.h

index 701912a96055fde8955a321d14a97f78b3fdc832..328e7f32e4afb06c8129bb0a0536084467e60445 100644 (file)
@@ -222,8 +222,8 @@ in the discussion below.
   "broken" spaces.
 
 @note deal.II happens to have an implementation of this broken Raviart-Thomas
-  space: The FE_DGRT class. As a consequence, in this tutorial we will simply
-  always use the FE_DGRT class, even though in all of those places where
+  space: The FE_DGRaviartThomas class. As a consequence, in this tutorial we will simply
+  always use the FE_DGRaviartThomas class, even though in all of those places where
   we have to compute cell-local matrices and vectors, it makes no difference.
 
 
index a13ae7f6f4ccfac65ba734e2a776657829a18258..cdc222a750c179f7f822eba3e61aa28850bdbb8d 100644 (file)
@@ -360,7 +360,7 @@ namespace Step61
   // DoFHandler class.
   //
   // We could create a DoFHandler object for the "broken" Raviart-Thomas space
-  // (using the FE_DGRT class), but we really don't want to here: At
+  // (using the FE_DGRaviartThomas class), but we really don't want to here: At
   // least in the current function, we have no need for any globally defined
   // degrees of freedom associated with this broken space, but really only
   // need to reference the shape functions of such a space on the current
index 4a34ff3d1f39c79bac5f4a501596b4769ed69af3..0d8f5d4fad14e81b6c0da63ea566ccfb7403974f 100644 (file)
@@ -137,7 +137,7 @@ private:
  * space that is discontinuous between cells and on each cell has shape
  * functions that equal those of the Nedelec element.
  *
- * The related class FE_DGRT is used in step-61.
+ * The related class FE_DGRaviartThomas is used in step-61.
  * @ingroup fe
  */
 template <int dim, int spacedim = dim>
@@ -198,7 +198,7 @@ public:
  * space that is discontinuous between cells and on each cell has shape
  * functions that equal those of the BDM element.
  *
- * The related class FE_DGRT is used in step-61.
+ * The related class FE_DGRaviartThomas is used in step-61.
  *
  * @ingroup fe
  */

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.