]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a reference to FiniteElement::interpolate(). 7111/head
authorDavid Wells <drwells@email.unc.edu>
Thu, 23 Aug 2018 21:08:16 +0000 (17:08 -0400)
committerDavid Wells <drwells@email.unc.edu>
Thu, 23 Aug 2018 21:08:16 +0000 (17:08 -0400)
This function was removed in 2fe0c3c7a7f.

include/deal.II/fe/fe.h

index 59901ac6f99719dcf0e0161624a8eb52881a821b..0ab92aede2c74f3308ff805869fd6add59e6e546 100644 (file)
@@ -475,22 +475,22 @@ class FESystem;
  * <i>w<sub>j</sub></i>.
  * </ol>
  *
- * The matrix <i>M</i> may be computed using FETools::compute_node_matrix().
- * This function relies on the existence of #generalized_support_points and an
- * implementation of the FiniteElement::interpolate() function with
- * VectorSlice argument. (See the
- * @ref GlossGeneralizedSupport "glossary entry on generalized support points"
- * for more information.) With this, one can then use the following piece of
- * code in the constructor of a class derived from FiniteElement to compute the
- * $M$ matrix:
+ * The matrix <i>M</i> may be computed with FETools::compute_node_matrix().
+ * This function relies on the existence of #generalized_support_points and
+ * FiniteElement::convert_generalized_support_point_values_to_dof_values()
+ * (see the @ref GlossGeneralizedSupport "glossary entry on generalized
+ * support points" for more information). With this, one can then use the
+ * following piece of code in the constructor of a class derived from
+ * FiniteElement to compute the $M$ matrix:
  * @code
  * FullMatrix<double> M(this->dofs_per_cell, this->dofs_per_cell);
  * FETools::compute_node_matrix(M, *this);
  * this->inverse_node_matrix.reinit(this->dofs_per_cell, this->dofs_per_cell);
  * this->inverse_node_matrix.invert(M);
  * @endcode
- * Don't forget to make sure that #unit_support_points or
- * #generalized_support_points are initialized before this!
+ * Don't forget to make sure
+ * that #unit_support_points or #generalized_support_points are initialized
+ * before this!
  *
  * <h5>Computing prolongation matrices</h5>
  *

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.