]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make FEEvaluationBase::apply_hanging_node_constraints protected 12783/head
authorPeter Munch <peterrmuench@gmail.com>
Wed, 29 Sep 2021 08:25:49 +0000 (10:25 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Wed, 29 Sep 2021 08:25:49 +0000 (10:25 +0200)
include/deal.II/matrix_free/fe_evaluation.h

index 972e122f09204c64ba808a18fad2c64da4583e5f..31e1718c8db75a606c0550c30e206b770ccff716 100644 (file)
@@ -1273,6 +1273,13 @@ protected:
     const VectorOperation &                        operation,
     const std::array<VectorType *, n_components_> &vectors) const;
 
+  /**
+   * Apply hanging-node constraints.
+   */
+  template <bool transpose>
+  void
+  apply_hanging_node_constraints() const;
+
   /**
    * This field stores the values for local degrees of freedom (e.g. after
    * reading out from a vector but before applying unit cell transformations
@@ -1417,13 +1424,6 @@ private:
    */
   void
   set_data_pointers();
-
-  /**
-   * Apply hanging-node constraints.
-   */
-  template <bool transpose>
-  void
-  apply_hanging_node_constraints() const;
 };
 
 

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.