From 6171a8725fe79eb4935afbdcc66cef107878ff31 Mon Sep 17 00:00:00 2001 From: hawke Date: Mon, 12 Jan 2004 17:30:01 +0000 Subject: Forgot to commit schedule.ccl for last change. Add configuration.ccl. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@46 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b --- schedule.ccl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 283e95e..b3ba41b 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -241,6 +241,16 @@ schedule GROUP MoL_CalcRHS IN MoL_Step LANG: C } "Physics thorns schedule the calculation of the discrete spatial operator in here" +############################################################# +### Any modification of the RHS done by external thorns ### +### (dissipation etc.) should be done in MoL_PostRHS ### +############################################################# + +schedule GROUP MoL_PostRHS IN MoL_Step AFTER MoL_CalcRHS BEFORE (MoL_NaNCheck MoL_Add) +{ + LANG: C +} "Modify RHS functions" + ##################################################### ### If required, check for any NaNs in the RHSs ### ##################################################### -- cgit v1.2.3