aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2004-05-14 13:39:52 +0000
committerschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2004-05-14 13:39:52 +0000
commit3c4c7191cc89fc255f5ac66156eec06a84c77f9d (patch)
tree1557b393d7056ebd93ebadbe1361eb515423ec4d /interface.ccl
parenta5dfe864857e7252dab39257cec3a75565305455 (diff)
Fix a severe bug: forgot to divide by the grid spacing.
Remove spurious factor of 1/16. Add second order dissipation, which is first order correct. Checked stability interval. It should now be as described. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@4 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 80a3e75..6e26e97 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -4,4 +4,4 @@
IMPLEMENTS: Dissipation
CCTK_INT FUNCTION MoLQueryEvolvedRHS (CCTK_INT IN EvolvedIndex)
-USES FUNCTION MoLQueryEvolvedRHS
+REQUIRES FUNCTION MoLQueryEvolvedRHS