]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove FiniteElementBase doc references.
authorDavid Wells <wellsd2@rpi.edu>
Tue, 11 Oct 2016 19:05:25 +0000 (15:05 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Wed, 12 Oct 2016 03:47:46 +0000 (23:47 -0400)
FiniteElementBase was removed in commit 6cc25d0964 (August 2005) and the
relevant functionality moved to FiniteElement or the namespace
FiniteElementDomination.

14 files changed:
doc/doxygen/headers/glossary.h
include/deal.II/fe/fe.h
include/deal.II/fe/fe_bernstein.h
include/deal.II/fe/fe_dgp.h
include/deal.II/fe/fe_dgp_monomial.h
include/deal.II/fe/fe_dgp_nonparametric.h
include/deal.II/fe/fe_dgq.h
include/deal.II/fe/fe_face.h
include/deal.II/fe/fe_nothing.h
include/deal.II/fe/fe_q_base.h
include/deal.II/fe/fe_q_hierarchical.h
include/deal.II/fe/fe_q_iso_q1.h
include/deal.II/fe/fe_system.h
include/deal.II/fe/fe_trace.h

index e8c5d1149d931ed342a422da52d8acca976bbde5..51dfb81a55913475b41ff96755fff67cb6bd6273 100644 (file)
  * points.
  *
  * Lagrangian elements fill the vector accessed by
- * FiniteElementBase::get_unit_support_points(), such that the
- * function FiniteElementBase::has_support_points() returns
+ * FiniteElement::get_unit_support_points(), such that the
+ * function FiniteElement::has_support_points() returns
  * <tt>true</tt>. Naturally, these support points are on the
  * @ref GlossReferenceCell "reference cell".  Then, FEValues can be used
  * (in conjunction with a Mapping) to access support points on the
  *
  * <dt class="glossary">@anchor GlossUnitSupport <b>Unit support points</b></dt>
  * <dd>These are the @ref GlossSupport "support points" on the reference cell, defined in
- * FiniteElementBase. For example, the usual Q1 element in 1d has support
+ * FiniteElement. For example, the usual Q1 element in 1d has support
  * points  at <tt>x=0</tt> and <tt>x=1</tt> (and similarly, in higher
  * dimensions at the vertices of the unit square or cube). On the other
  * hand, higher order Lagrangian elements have unit support points also
index a79dacc9928372d35539e0e267c3bb4c84c7a268..de6e7f43c4a393e725c0a8bd86756f90ac5a9081 100644 (file)
@@ -1230,9 +1230,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
index cb9052473325db0ad134e9206a63691ab464d272..4cfa16faa08773df2a25444a173c148250b7aad2 100644 (file)
@@ -176,9 +176,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
index 0288779bd061832129d35ec5178d5ed21852661b..fff8e1f194a21dc0cca57872e328757e11bd5511 100644 (file)
@@ -385,9 +385,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
index 893c3479d6652f80d5e7d8510979ffd52a6893a0..8631bc276ba54e953cc7961b1e2034be75c8fe66 100644 (file)
@@ -360,9 +360,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
index 1515368108bdf5c1775822e823ca86080b9b3cfb..c40ddceb5fbdefb78dfc57610cbd9e092154a63e 100644 (file)
@@ -468,9 +468,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
index 43ff9e0689d2d4330863a3de8d5b205b216e9ecd..eea42928c5fee0eb36c46b8f1a8b9bbdf26d429f 100644 (file)
@@ -274,9 +274,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
index 297c982f6e4fc3c8d718ba4ff72897a72dee13c0..7b59245c8648a62932208d2be1e525ca94e131e2 100644 (file)
@@ -111,9 +111,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
@@ -216,9 +215,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
@@ -413,9 +411,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
index bdf1281b89bae5f0073eb2d7978b41a5324ece34..02dc8a5fe74bb11295b5b7167432e72e4efa32bd 100644 (file)
@@ -184,9 +184,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    *
    * In the current case, this element is assumed to dominate if the second
    * argument in the constructor @p dominate is true. When this argument is
index 4546e0d3e303a78f44aad7863a412b81cb76193f..2af0a16eed18866ad9c26bf59057c89ee3550678 100644 (file)
@@ -258,9 +258,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
index 27da0601450738557666ec9cc1194ab4745c6032..682f1a75ef7ca410f18be62a4b1b357f55f6a2f8 100644 (file)
@@ -655,9 +655,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
index 7da49b80caebcdfd6658a44b702b9f2e0335e911..61d0b5e482238fb6fff3d964f7f43fc1ecbaf79e 100644 (file)
@@ -131,9 +131,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
index 89b017bd1ecbb812e450ae106db45f59a1a41dce..13ac51ec93c7f1af286921f24e6288fa9bfd55d3 100644 (file)
@@ -831,9 +831,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination
index fb1f997d501fb900cc8c34182f8a62e2ac03f73d..22b4e746f4982ec2ead9675e1e50336c3280837f 100644 (file)
@@ -115,9 +115,8 @@ public:
    * meet at a common face, whether it is the other way around, whether
    * neither dominates, or if either could dominate.
    *
-   * For a definition of domination, see FiniteElementBase::Domination and in
-   * particular the
-   * @ref hp_paper "hp paper".
+   * For a definition of domination, see FiniteElementDomination::Domination
+   * and in particular the @ref hp_paper "hp paper".
    */
   virtual
   FiniteElementDomination::Domination

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.