]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated class FEEvaluationDGP.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 25 Jan 2015 18:54:21 +0000 (12:54 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 26 Jan 2015 00:50:30 +0000 (18:50 -0600)
doc/news/changes.h
include/deal.II/matrix_free/fe_evaluation.h

index da7379865d92d89769de22adbb6028ede745b023..ea390d237d66973643dc0566d1a1175a19c7c5d8 100644 (file)
@@ -208,7 +208,7 @@ inconvenience this causes.
   - MGTools::extract_inner_interface_dofs.
   - Class MGMatrix.
   - Multigrid::vmult and friends.
-  - Classes FEEvaluationGeneral and FEEvaluationGL.
+  - Classes FEEvaluationDGP, FEEvaluationGeneral and FEEvaluationGL.
   <br>
   This release also removes the deprecated class MGDoFHandler. The
   functionality of this class had previously been incorporated into
index 0ed7c6b86d4ef383cb6777a91620ddaa354582d5..e3a7d16a6baa1a0ece97ad2734f29675cad64355 100644 (file)
@@ -1714,39 +1714,6 @@ namespace internal
 }
 
 
-
-/**
- * Functionality has been merged into FEEvaluation. Use class FEEvaluation
- * instead.
- */
-template <int dim, int fe_degree, int n_q_points_1d = fe_degree+1,
-          int n_components_ = 1, typename Number = double >
-class FEEvaluationDGP :
-  public FEEvaluation<dim,fe_degree,n_q_points_1d,n_components_,Number>
-{
-public:
-  typedef FEEvaluation<dim,fe_degree,n_q_points_1d,n_components_,Number> BaseClass;
-  typedef Number                            number_type;
-  typedef typename BaseClass::value_type    value_type;
-  typedef typename BaseClass::gradient_type gradient_type;
-  static const unsigned int dimension     = dim;
-  static const unsigned int n_components  = n_components_;
-  static const unsigned int dofs_per_cell = internal::MatrixFreeFunctions::DGP_dofs_per_cell<dim,fe_degree>::value;
-  static const unsigned int n_q_points    = BaseClass::n_q_points;
-
-  /**
-   * Constructor.
-   */
-  FEEvaluationDGP (const MatrixFree<dim,Number> &matrix_free,
-                   const unsigned int            fe_no   = 0,
-                   const unsigned int            quad_no = 0) DEAL_II_DEPRECATED
-:
-  BaseClass (matrix_free, fe_no, quad_no)
-  {}
-};
-
-
-
 /*----------------------- Inline functions ----------------------------------*/
 
 #ifndef DOXYGEN

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.