From 17909694daef027ad48c33a865a966cabac4d4ca Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 11 Oct 2016 15:05:25 -0400 Subject: [PATCH] Remove FiniteElementBase doc references. FiniteElementBase was removed in commit 6cc25d0964 (August 2005) and the relevant functionality moved to FiniteElement or the namespace FiniteElementDomination. --- doc/doxygen/headers/glossary.h | 6 +++--- include/deal.II/fe/fe.h | 5 ++--- include/deal.II/fe/fe_bernstein.h | 5 ++--- include/deal.II/fe/fe_dgp.h | 5 ++--- include/deal.II/fe/fe_dgp_monomial.h | 5 ++--- include/deal.II/fe/fe_dgp_nonparametric.h | 5 ++--- include/deal.II/fe/fe_dgq.h | 5 ++--- include/deal.II/fe/fe_face.h | 15 ++++++--------- include/deal.II/fe/fe_nothing.h | 5 ++--- include/deal.II/fe/fe_q_base.h | 5 ++--- include/deal.II/fe/fe_q_hierarchical.h | 5 ++--- include/deal.II/fe/fe_q_iso_q1.h | 5 ++--- include/deal.II/fe/fe_system.h | 5 ++--- include/deal.II/fe/fe_trace.h | 5 ++--- 14 files changed, 33 insertions(+), 48 deletions(-) diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index e8c5d1149d..51dfb81a55 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -1547,8 +1547,8 @@ * 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 * true. 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 @@ -1574,7 +1574,7 @@ * *
@anchor GlossUnitSupport Unit support points
*
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 x=0 and x=1 (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 diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index a79dacc992..de6e7f43c4 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -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 diff --git a/include/deal.II/fe/fe_bernstein.h b/include/deal.II/fe/fe_bernstein.h index cb90524733..4cfa16faa0 100644 --- a/include/deal.II/fe/fe_bernstein.h +++ b/include/deal.II/fe/fe_bernstein.h @@ -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 diff --git a/include/deal.II/fe/fe_dgp.h b/include/deal.II/fe/fe_dgp.h index 0288779bd0..fff8e1f194 100644 --- a/include/deal.II/fe/fe_dgp.h +++ b/include/deal.II/fe/fe_dgp.h @@ -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 diff --git a/include/deal.II/fe/fe_dgp_monomial.h b/include/deal.II/fe/fe_dgp_monomial.h index 893c3479d6..8631bc276b 100644 --- a/include/deal.II/fe/fe_dgp_monomial.h +++ b/include/deal.II/fe/fe_dgp_monomial.h @@ -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 diff --git a/include/deal.II/fe/fe_dgp_nonparametric.h b/include/deal.II/fe/fe_dgp_nonparametric.h index 1515368108..c40ddceb5f 100644 --- a/include/deal.II/fe/fe_dgp_nonparametric.h +++ b/include/deal.II/fe/fe_dgp_nonparametric.h @@ -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 diff --git a/include/deal.II/fe/fe_dgq.h b/include/deal.II/fe/fe_dgq.h index 43ff9e0689..eea42928c5 100644 --- a/include/deal.II/fe/fe_dgq.h +++ b/include/deal.II/fe/fe_dgq.h @@ -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 diff --git a/include/deal.II/fe/fe_face.h b/include/deal.II/fe/fe_face.h index 297c982f6e..7b59245c86 100644 --- a/include/deal.II/fe/fe_face.h +++ b/include/deal.II/fe/fe_face.h @@ -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 diff --git a/include/deal.II/fe/fe_nothing.h b/include/deal.II/fe/fe_nothing.h index bdf1281b89..02dc8a5fe7 100644 --- a/include/deal.II/fe/fe_nothing.h +++ b/include/deal.II/fe/fe_nothing.h @@ -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 diff --git a/include/deal.II/fe/fe_q_base.h b/include/deal.II/fe/fe_q_base.h index 4546e0d3e3..2af0a16eed 100644 --- a/include/deal.II/fe/fe_q_base.h +++ b/include/deal.II/fe/fe_q_base.h @@ -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 diff --git a/include/deal.II/fe/fe_q_hierarchical.h b/include/deal.II/fe/fe_q_hierarchical.h index 27da060145..682f1a75ef 100644 --- a/include/deal.II/fe/fe_q_hierarchical.h +++ b/include/deal.II/fe/fe_q_hierarchical.h @@ -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 diff --git a/include/deal.II/fe/fe_q_iso_q1.h b/include/deal.II/fe/fe_q_iso_q1.h index 7da49b80ca..61d0b5e482 100644 --- a/include/deal.II/fe/fe_q_iso_q1.h +++ b/include/deal.II/fe/fe_q_iso_q1.h @@ -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 diff --git a/include/deal.II/fe/fe_system.h b/include/deal.II/fe/fe_system.h index 89b017bd1e..13ac51ec93 100644 --- a/include/deal.II/fe/fe_system.h +++ b/include/deal.II/fe/fe_system.h @@ -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 diff --git a/include/deal.II/fe/fe_trace.h b/include/deal.II/fe/fe_trace.h index fb1f997d50..22b4e746f4 100644 --- a/include/deal.II/fe/fe_trace.h +++ b/include/deal.II/fe/fe_trace.h @@ -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 -- 2.39.5