aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/make.code.defn
diff options
context:
space:
mode:
authorhawke <>2003-10-14 12:53:00 +0000
committerhawke <>2003-10-14 12:53:00 +0000
commit5bfd801810719c3c6b2deb754e9ab90e335178f3 (patch)
treea903467d7412302095f68ad76c23e2451c906fda /Carpet/CarpetLib/src/make.code.defn
parent520beee9c6dbe1eddc69ac8ea2ec81686ac24ef8 (diff)
Some very simple TVD prolongation routines. Uses minmod so probably not very accurate either.
Some very simple TVD prolongation routines. Uses minmod so probably not very accurate either. These are almost completely untested. As such they will be compiled but not linked against - you'll have to modify data.cc to make them actually be used. darcs-hash:20031014125346-58737-6784481a876ebabaee43b280739d3c279170ae26.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 6459559fa..ab3874e22 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.8 2003/06/24 14:00:58 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/make.code.defn,v 1.9 2003/10/14 14:53:46 hawke Exp $
# Source files in this directory
SRCS = bbox.cc \
@@ -24,6 +24,9 @@ SRCS = bbox.cc \
prolongate_3d_real8_3tl.F77 \
prolongate_3d_real8_3tl_o3.F77 \
prolongate_3d_real8_3tl_o5.F77 \
+ prolongate_3d_real8_minmod.F77 \
+ prolongate_3d_real8_2tl_minmod.F77 \
+ prolongate_3d_real8_3tl_minmod.F77 \
restrict_3d_real8.F77
# Subdirectories containing source files