aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/make.code.defn
diff options
context:
space:
mode:
authorhawke <>2004-03-03 13:30:00 +0000
committerhawke <>2004-03-03 13:30:00 +0000
commit9d21cbc634dc3e49a0430023bfdb3deca44f6fd0 (patch)
tree911dbd12f3323c74a1db59b397a946db72c2ba13 /Carpet/CarpetLib/src/make.code.defn
parentf38765a98c778f81f436f6e066bf2e2c9fe0cc72 (diff)
Essentially Non-Oscillatory prolongation operators. Again intended for
Essentially Non-Oscillatory prolongation operators. Again intended for use with things like hydro. As with the minmod operators, there seems to be small spikes at grid boundaries. The advantage of these is that they should be smoother than minmod, fitting the least oscillatory quadratic (switches to linear if best quadratic not monotone). Massively untested though. darcs-hash:20040303133040-58737-83b8befb34a91b9d9306beee2cbaea4464eb5b7e.gz
Diffstat (limited to 'Carpet/CarpetLib/src/make.code.defn')
-rw-r--r--Carpet/CarpetLib/src/make.code.defn5
1 files changed, 4 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/make.code.defn b/Carpet/CarpetLib/src/make.code.defn
index a5d4ed970..4bfcaec4f 100644
--- a/Carpet/CarpetLib/src/make.code.defn
+++ b/Carpet/CarpetLib/src/make.code.defn
@@ -1,5 +1,5 @@
# Main make.code.defn file for thorn CarpetLib -*-Makefile-*-
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/make.code.defn,v 1.12 2004/02/09 14:58:07 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/make.code.defn,v 1.13 2004/03/03 15:30:40 hawke Exp $
# Source files in this directory
SRCS = bbox.cc \
@@ -36,6 +36,9 @@ SRCS = bbox.cc \
prolongate_3d_real8_minmod.F77 \
prolongate_3d_real8_2tl_minmod.F77 \
prolongate_3d_real8_3tl_minmod.F77 \
+ prolongate_3d_real8_eno.F90 \
+ prolongate_3d_real8_2tl_eno.F90 \
+ prolongate_3d_real8_3tl_eno.F90 \
restrict_3d_real8.F77 \
restrict_3d_real8_rf2.F77