From d3418572bcae2a0bf831c309ee49d651e0d3160a Mon Sep 17 00:00:00 2001 From: schnetter Date: Sun, 10 Jan 2010 22:15:51 +0000 Subject: Recalculate analysis variables after recovery git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@59 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4 --- schedule.ccl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schedule.ccl b/schedule.ccl index da09739..370e0fe 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -60,6 +60,11 @@ if (ricci_persist) STORAGE: detofg } "Calculate Ricci tensor, with boundary conditions" + SCHEDULE GROUP RicciGroup at CCTK_POST_RECOVER_VARIABLES after (MoL_PostStep MoL_PostInitial) + { + STORAGE: detofg + } "Calculate Ricci tensor, with boundary conditions" + SCHEDULE GROUP RicciGroup at CCTK_EVOL after MoL_Evolution { STORAGE: detofg -- cgit v1.2.3