aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/operator_prototypes_3d.hh
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-09-24 16:38:47 -0700
committerRoland Haas <roland.haas@physics.gatech.edu>2012-11-20 09:51:15 -0800
commit6fd24e995050a7ef9c167bdf8f34e8a1366dfd37 (patch)
tree16f645301c52cad9837d6c278c57a620d4580ddc /Carpet/CarpetLib/src/operator_prototypes_3d.hh
parent4306806ad6d517f4e9b675d3cd541c95db3ea7fa (diff)
CarpetLib: add volume averaged cc eno operator
Diffstat (limited to 'Carpet/CarpetLib/src/operator_prototypes_3d.hh')
-rw-r--r--Carpet/CarpetLib/src/operator_prototypes_3d.hh13
1 files changed, 13 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/operator_prototypes_3d.hh b/Carpet/CarpetLib/src/operator_prototypes_3d.hh
index 0d03f8cb9..6b344b7c3 100644
--- a/Carpet/CarpetLib/src/operator_prototypes_3d.hh
+++ b/Carpet/CarpetLib/src/operator_prototypes_3d.hh
@@ -246,6 +246,19 @@ namespace CarpetLib {
template <typename T, int ORDER>
void
+ prolongate_3d_cc_enovol_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 ORDER>
+ void
prolongate_3d_dgfe_rf2 (T const * restrict const src,
ivect3 const & restrict srcext,
T * restrict const dst,