aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/make.code.defn
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-07-15 22:06:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-07-15 22:06:00 +0000
commit55ea1183c9d445b84f2317bc2beca83d2f23a967 (patch)
tree8d112dce5462c16f9072741e591fb9dfb50fb790 /Carpet/CarpetLib/src/make.code.defn
parenta0e6936300cde56689e378f00c38bb9b43137b84 (diff)
CarpetLib: Add 7th order accurate spatial interpolation operators
Add 7th order accurate spatial interpolation operators. These are probably slow; refactoring the code into subroutines may help. Only the special case refinement-factor=2 is implemented. darcs-hash:20050715220610-891bb-bcab32f4c57f155142abd5f0f01341ea108d983f.gz
Diffstat (limited to 'Carpet/CarpetLib/src/make.code.defn')
-rw-r--r--Carpet/CarpetLib/src/make.code.defn7
1 files changed, 7 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/make.code.defn b/Carpet/CarpetLib/src/make.code.defn
index 3f23dc444..ae0b79998 100644
--- a/Carpet/CarpetLib/src/make.code.defn
+++ b/Carpet/CarpetLib/src/make.code.defn
@@ -24,16 +24,23 @@ SRCS = bbox.cc \
prolongate_3d_real8_o3.F77 \
prolongate_3d_real8_o3_rf2.F77 \
prolongate_3d_real8_o5.F77 \
+ prolongate_3d_real8_o5_rf2.F77 \
+ prolongate_3d_real8_o7.F77 \
+ prolongate_3d_real8_o7_rf2.F77 \
prolongate_3d_real8_2tl.F77 \
prolongate_3d_real8_2tl_rf2.F77 \
prolongate_3d_real8_2tl_o3.F77 \
prolongate_3d_real8_2tl_o3_rf2.F77 \
prolongate_3d_real8_2tl_o5.F77 \
+ prolongate_3d_real8_2tl_o5_rf2.F77 \
+ prolongate_3d_real8_2tl_o7_rf2.F77 \
prolongate_3d_real8_3tl.F77 \
prolongate_3d_real8_3tl_rf2.F77 \
prolongate_3d_real8_3tl_o3.F77 \
prolongate_3d_real8_3tl_o3_rf2.F77 \
prolongate_3d_real8_3tl_o5.F77 \
+ prolongate_3d_real8_3tl_o5_rf2.F77 \
+ prolongate_3d_real8_3tl_o7_rf2.F77 \
prolongate_3d_real8_minmod.F77 \
prolongate_3d_real8_2tl_minmod.F77 \
prolongate_3d_real8_3tl_minmod.F77 \