From a8ab793d8585cf5de834a890b40dea0ed127f362 Mon Sep 17 00:00:00 2001 From: oliver Date: Thu, 27 Apr 2006 16:23:39 +0000 Subject: [PATCH] Added the "initialise_restriction" method, which currently is a copy of the same method from "FE_RT". git-svn-id: https://svn.dealii.org/trunk@12927 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_abf.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/deal.II/include/fe/fe_abf.h b/deal.II/deal.II/include/fe/fe_abf.h index 137252243d..862e99130d 100644 --- a/deal.II/deal.II/include/fe/fe_abf.h +++ b/deal.II/deal.II/include/fe/fe_abf.h @@ -201,6 +201,19 @@ class FE_ABF */ void initialize_support_points (const unsigned int rt_degree); + /** + * Initialize the interpolation + * from functions on refined mesh + * cells onto the father + * cell. According to the + * philosophy of the + * Raviart-Thomas element, this + * restriction operator preserves + * the divergence of a function + * weakly. + */ + void initialize_restriction (); + /** * Given a set of flags indicating * what quantities are requested -- 2.39.5