From 733c48abee96698eeebc2125805564deda2feff0 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 29 Sep 2021 10:25:49 +0200 Subject: [PATCH] Make FEEvaluationBase::apply_hanging_node_constraints protected --- include/deal.II/matrix_free/fe_evaluation.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/deal.II/matrix_free/fe_evaluation.h b/include/deal.II/matrix_free/fe_evaluation.h index 972e122f09..31e1718c8d 100644 --- a/include/deal.II/matrix_free/fe_evaluation.h +++ b/include/deal.II/matrix_free/fe_evaluation.h @@ -1273,6 +1273,13 @@ protected: const VectorOperation & operation, const std::array &vectors) const; + /** + * Apply hanging-node constraints. + */ + template + 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 - void - apply_hanging_node_constraints() const; }; -- 2.39.5