From 5bfd801810719c3c6b2deb754e9ab90e335178f3 Mon Sep 17 00:00:00 2001 From: hawke <> Date: Tue, 14 Oct 2003 12:53:00 +0000 Subject: 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 --- Carpet/CarpetLib/src/make.code.defn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Carpet/CarpetLib/src/make.code.defn') 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 -- cgit v1.2.3