From b4cd4a188ab721cdb729aa01e77ada392042358a Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 9 Dec 2009 19:37:23 +0000 Subject: Use SummationByParts to evaluate angular derivatives in order to initialise the time derivatives of lapse and shift git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Meudon_Bin_NS/trunk@5 f2ea251b-07d6-4a45-8f2c-a162b3fa7596 --- src/check_parameters.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/check_parameters.cc') diff --git a/src/check_parameters.cc b/src/check_parameters.cc index 40a760f..d96379d 100644 --- a/src/check_parameters.cc +++ b/src/check_parameters.cc @@ -13,10 +13,12 @@ void ID_Bin_NS_check_parameters (CCTK_ARGUMENTS) if (not CCTK_EQUALS (initial_data, "ID_Bin_NS") or not CCTK_EQUALS (initial_lapse, "ID_Bin_NS") or not CCTK_EQUALS (initial_shift, "ID_Bin_NS") or - not CCTK_EQUALS (initial_dtlapse, "ID_Bin_NS") or - not CCTK_EQUALS (initial_dtshift, "ID_Bin_NS") or + not (CCTK_EQUALS (initial_dtlapse, "ID_Bin_NS") or + CCTK_EQUALS (initial_dtlapse, "none")) or + not (CCTK_EQUALS (initial_dtshift, "ID_Bin_NS") or + CCTK_EQUALS (initial_dtshift, "none")) or not CCTK_EQUALS (initial_hydro, "ID_Bin_NS")) { - CCTK_PARAMWARN ("The parameters ADMBase::initial_data, ADMBase::initial_lapse, ADMBase::initial_shift, ADMBase::initial_dtlapse, ADMBase::initial_dtshift, and HydroBase::initial_hydro must all be set to the value \"ID_Bin_NS\""); + CCTK_PARAMWARN ("The parameters ADMBase::initial_data, ADMBase::initial_lapse, ADMBase::initial_shift, ADMBase::initial_dtlapse, ADMBase::initial_dtshift, and HydroBase::initial_hydro must all be set to the value \"ID_Bin_NS\" or \"none\""); } } -- cgit v1.2.3