aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.deps
diff options
context:
space:
mode:
authordiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2007-10-16 14:45:23 +0000
committerdiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2007-10-16 14:45:23 +0000
commitf4cc81a52f102c61b07178b88d4a560b307d928f (patch)
treeae8d9b3dcbf84f6c2180622f0e7da3661d4fdcd4 /src/make.code.deps
parentbb568eb19331f243f79abc3a5b3e9331959c8773 (diff)
Moved definitions of coefficients to a single module in order to only have
them in one place. Added routines to return coefficients in all the missing cases. Also added routines to return 2 derivatives (only 2-1 and 4-2 so far). The routines calculating derivatives for whole grid functions have not been tested yet, so if you are using them, you will probably want to hold off on updating until I give the clear signal. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@85 f69c4107-0314-4c4f-9ad4-17e986b73f4a
Diffstat (limited to 'src/make.code.deps')
-rw-r--r--src/make.code.deps25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/make.code.deps b/src/make.code.deps
new file mode 100644
index 0000000..23655a1
--- /dev/null
+++ b/src/make.code.deps
@@ -0,0 +1,25 @@
+Derivatives_2_1.o: All_Coeffs_mod.F90.o
+Coefficients_2_1.o: All_Coeffs_mod.F90.o
+Derivatives2_2_1.o: All_Coeffs_mod.F90.o
+Coefficients2_2_1.o: All_Coeffs_mod.F90.o
+Derivatives_4_2.o: All_Coeffs_mod.F90.o
+Coefficients_4_2.o: All_Coeffs_mod.F90.o
+Derivatives2_4_2.o: All_Coeffs_mod.F90.o
+Coefficients2_4_2.o: All_Coeffs_mod.F90.o
+Derivatives_4_3.o: All_Coeffs_mod.F90.o
+Coefficients_4_3.o: All_Coeffs_mod.F90.o
+Derivatives_4_3_min_err_coeff.o: All_Coeffs_mod.F90.o
+Coefficients_4_3_min_err_coeff.o: All_Coeffs_mod.F90.o
+Derivatives_6_3.o: All_Coeffs_mod.F90.o
+Coefficients_6_3.o: All_Coeffs_mod.F90.o
+Derivatives_6_3_min_err_coeff.o: All_Coeffs_mod.F90.o
+Coefficients_6_3_min_err_coeff.o: All_Coeffs_mod.F90.o
+Derivatives_6_5.o: All_Coeffs_mod.F90.o
+Coefficients_6_5.o: All_Coeffs_mod.F90.o
+Derivatives_6_5_min_err_coeff.o: All_Coeffs_mod.F90.o
+Coefficients_6_5_min_err_coeff.o: All_Coeffs_mod.F90.o
+Derivatives_8_4.o: All_Coeffs_mod.F90.o
+Coefficients_8_4.o: All_Coeffs_mod.F90.o
+Derivatives_8_4_min_err_coeff.o: All_Coeffs_mod.F90.o
+Coefficients_8_4_min_err_coeff.o: All_Coeffs_mod.F90.o
+