[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 565)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Tue Aug 13 09:56:03 CDT 2013


User: rhaas
Date: 2013/08/13 09:56 AM

Modified:
 /trunk/
  schedule.ccl

Log:
 GRHydro: explicitly recompute SqrtDetg after RECOVERY
 
 this is usually not required, unless
 MoL_run_MoL_PostStep_in_PostRecoverVariables is set to false.
 
 From: Roland Haas <rhaas at tapir.caltech.edu>

File Changes:

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

File [modified]: schedule.ccl
Delta lines: +5 -0
===================================================================
--- trunk/schedule.ccl	2013-08-13 14:56:00 UTC (rev 564)
+++ trunk/schedule.ccl	2013-08-13 14:56:03 UTC (rev 565)
@@ -1084,7 +1084,12 @@
   LANG: Fortran
 } "Calculate sdetg"
 
+schedule GRHydro_SqrtSpatialDeterminant AT CCTK_POST_RECOVER_VARIABLES
+{
+  LANG: Fortran
+} "Calculate sdetg"
 
+
 #debug
 ###schedule GRHydro_Debug IN HydroBase_PostStep
 ###{



More information about the Commits mailing list