From 9d6165856a6a21b91b686c71064525fef6295599 Mon Sep 17 00:00:00 2001 From: hawke Date: Mon, 9 May 2005 13:25:35 +0000 Subject: Provide a new schedule bin MoL_RHSBoundaries: ############################################################### ### Certain operations, specifically boundary conditions ### ### applied to the RHS must be performed after all other ### ### operations. These can be scheduled in this bin, under ### ### the assumption that things like dissipation are ### ### scheduled in the MoL_PostRHS bin. It is the users ### ### problem to ensure that this is really done. ### ############################################################### Fixes PR/1924. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@90 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b --- schedule.ccl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 55af153..add994d 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -508,6 +508,19 @@ schedule GROUP MoL_PostRHS IN MoL_Step AFTER MoL_CalcRHS BEFORE (MoL_NaNCheck Mo { } "Modify RHS functions" +############################################################### +### Certain operations, specifically boundary conditions ### +### applied to the RHS must be performed after all other ### +### operations. These can be scheduled in this bin, under ### +### the assumption that things like dissipation are ### +### scheduled in the MoL_PostRHS bin. It is the users ### +### problem to ensure that this is really done. ### +############################################################### + +schedule GROUP MoL_RHSBoundaries IN MoL_Step AFTER MoL_PostRHS BEFORE (MoL_NaNCheck MoL_Add) +{ +} "Any 'final' modifications to the RHS functions (boundaries etc.)" + ##################################################### ### If required, check for any NaNs in the RHSs ### ##################################################### -- cgit v1.2.3