[Commits] [svn:einsteintoolkit] ADMBase/trunk/ (Rev. 60)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Tue Apr 19 21:08:19 CDT 2011


User: knarf
Date: 2011/04/19 09:08 PM

Modified:
 /trunk/
  schedule.ccl

Log:
 Schedule ApplyBCs after variables have been selected (only applies to static evolutions, triggered a testsuite in ML_BSSN_Test

File Changes:

Directory: /trunk/
==================

File [modified]: schedule.ccl
Delta lines: +5 -0
===================================================================
--- trunk/schedule.ccl	2011-04-14 14:46:32 UTC (rev 59)
+++ trunk/schedule.ccl	2011-04-20 02:08:18 UTC (rev 60)
@@ -241,6 +241,11 @@
     SYNC: metric
     SYNC: curv
   } "Select ADMBase boundary conditions - may be required for mesh refinement"
+
+  SCHEDULE GROUP ApplyBCs as ADMBase_ApplyBCs IN MoL_PostStep AFTER ADMBase_Boundaries BEFORE ADMBase_SetADMVars
+  {
+  } "Apply the boundary conditions of ADMBase"
+
 }
 
 # TODO: Rename this group to "ADMBase_HaveBeenSet"?



More information about the Commits mailing list