]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Refer to FESystem as such (not FE_System).
authorDavid Wells <drwells@email.unc.edu>
Sat, 1 Sep 2018 01:35:07 +0000 (21:35 -0400)
committerDavid Wells <drwells@email.unc.edu>
Sat, 1 Sep 2018 01:35:07 +0000 (21:35 -0400)
This fixes some doxygen links.

doc/news/8.5.0-vs-9.0.0.h
include/deal.II/matrix_free/matrix_free.h
include/deal.II/numerics/vector_tools.templates.h
source/fe/fe_system.cc

index 3ae0b47ca1fbb85590ec1da9473a6207fd1a5af5..e0d52102c4124ccf027c8f25e8dcdb3f15616263 100644 (file)
@@ -275,7 +275,7 @@ inconvenience this causes.
   Fixed: FiniteElement::get_generalized_support_points() now always returns a
   list of unique points. This is in contrast to the old behavior where
   get_generalized_support_points() returned a repeated list of (nodal)
-  support points for an FE_System consisting of Lagrangian elements.
+  support points for an FESystem consisting of Lagrangian elements.
   <br>
   (Matthias Maier, 2017/08/31)
  </li>
index 5b00e2f701807723f37473799e3fa31205d637c2..a7cecd085ab8d6fe26959f439e51206918b318da 100644 (file)
@@ -534,7 +534,7 @@ public:
    * pointers to the initialization function. Note that the finite element
    * underlying an DoFHandler must either be scalar or contain several copies
    * of the same element. Mixing several different elements into one
-   * @p FE_System is not allowed.
+   * FESystem is not allowed.
    *
    * This function also allows for using several quadrature formulas, e.g.
    * when the description contains independent integrations of elements of
index 8980930b52bab6cf1c7f2c99bd9cb32a670328c3..21e6d257060ec736c912260079c934141df25c2e 100644 (file)
@@ -5839,7 +5839,7 @@ namespace VectorTools
               // For FE_Nedelec<3> we just need to have a face numbering greater
               // than the number of edge DoFs (=lines_per_face*(degree+1).
               //
-              // For FE_System<3> we need to base the base_indices (base element
+              // For FESystem<3> we need to base the base_indices (base element
               // and copy within that base element) and ensure we're above the
               // number of edge DoFs within that base element.
               std::vector<unsigned int> associated_face_dof_to_face_dof(
index d01c87c34c68fe85e9ea1490cdd300f058a9f35f..ee31a18fddf56bc61ad9bf659a50ce5cdcc00d3d 100644 (file)
@@ -1994,7 +1994,7 @@ FESystem<dim, spacedim>::get_subface_interpolation_matrix(
   FullMatrix<double> &                interpolation_matrix) const
 {
   AssertThrow(
-    (x_source_fe.get_name().find("FE_System<") == 0) ||
+    (x_source_fe.get_name().find("FESystem<") == 0) ||
       (dynamic_cast<const FESystem<dim, spacedim> *>(&x_source_fe) != nullptr),
     (typename FiniteElement<dim, spacedim>::ExcInterpolationNotImplemented()));
 

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.