From 589e5dc62561c6963cdb62da952a48426dce9e42 Mon Sep 17 00:00:00 2001 From: diener Date: Tue, 8 Feb 2005 18:58:45 +0000 Subject: Implementation of 6th order dissipation operator compatible with the 6-5 finite difference operators. Not fully tested yet. The MoL dissipation interface was shamelessly stolen from Eriks Dissipation thorn (in AEIThorns). Things to do: Add a test for the presence of MoLQueryEvolvedRHS (since the use of dissipation is optional, I didn't want to require the presence of this routine). Add compatible dissipation operators to the other finite difference operators. More testing. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@21 f69c4107-0314-4c4f-9ad4-17e986b73f4a --- src/make.code.defn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/make.code.defn') diff --git a/src/make.code.defn b/src/make.code.defn index cc9407d..e835d0f 100644 --- a/src/make.code.defn +++ b/src/make.code.defn @@ -2,7 +2,7 @@ # $Header$ # Source files in this directory -SRCS = Derivatives_2_1.F90 Derivatives_4_2.F90 Derivatives_6_3.F90 Derivatives_8_4.F90 call_derivs.c Derivatives_4_3.F90 Derivatives_6_5.F90 call_derivs_name.c Get_Coeff.F90 set_norm_mask.F90 CheckGridSizes.F90 +SRCS = Derivatives_2_1.F90 Derivatives_4_2.F90 Derivatives_6_3.F90 Derivatives_8_4.F90 call_derivs.c Derivatives_4_3.F90 Derivatives_6_5.F90 call_derivs_name.c Get_Coeff.F90 set_norm_mask.F90 CheckGridSizes.F90 dissipation.c Dissipation_6_5.F90 # Subdirectories containing source files SUBDIRS = -- cgit v1.2.3