From: oliver Date: Thu, 27 Apr 2006 16:23:39 +0000 (+0000) Subject: Added the "initialise_restriction" method, which currently is a copy X-Git-Tag: v8.0.0~11846 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8ab793d8585cf5de834a890b40dea0ed127f362;p=dealii.git 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 --- 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