aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/operator_prototypes_3d.hh
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-06-04 17:50:53 -0700
committerRoland Haas <roland.haas@physics.gatech.edu>2012-06-04 17:50:53 -0700
commit2de0ecd32acad32a49cdd781330f6b2a49506f5d (patch)
tree289e9598e071f01c599127c2511c6d812f139f0f /Carpet/CarpetLib/src/operator_prototypes_3d.hh
parent32246ae235253b9bcf1fb9828ad84f48e8d557b8 (diff)
CarpetLib: add fifth order cc restriction operator
Diffstat (limited to 'Carpet/CarpetLib/src/operator_prototypes_3d.hh')
-rw-r--r--Carpet/CarpetLib/src/operator_prototypes_3d.hh14
1 files changed, 14 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/operator_prototypes_3d.hh b/Carpet/CarpetLib/src/operator_prototypes_3d.hh
index dd5eb14d9..0d03f8cb9 100644
--- a/Carpet/CarpetLib/src/operator_prototypes_3d.hh
+++ b/Carpet/CarpetLib/src/operator_prototypes_3d.hh
@@ -396,6 +396,20 @@ namespace CarpetLib {
+ template <typename T>
+ void
+ restrict_3d_cc_o5_rf2 (T const * restrict const src,
+ ivect3 const & restrict srcext,
+ T * restrict const dst,
+ ivect3 const & restrict dstext,
+ ibbox3 const & restrict srcbbox,
+ ibbox3 const & restrict dstbbox,
+ ibbox3 const & restrict srcregbbox,
+ ibbox3 const & restrict dstregbbox,
+ void * extraargs);
+
+
+
template <typename T, int centi, int centj, int centk>
void
restrict_3d_vc_rf2 (T const * restrict const src,