From 8dae6a902c2610f0176e4c1378785f059a8c7d0f Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Mon, 30 Apr 2012 17:05:57 +0100 Subject: Make sure boundary conditions and tags are set for CCZ4 Theta. --- m/prototype/ML_BSSN_Helper/src/NewRad.c | 2 ++ m/prototype/ML_BSSN_Helper/src/SetGroupTags.c | 1 + 2 files changed, 3 insertions(+) diff --git a/m/prototype/ML_BSSN_Helper/src/NewRad.c b/m/prototype/ML_BSSN_Helper/src/NewRad.c index 9c576a1..5271d9f 100644 --- a/m/prototype/ML_BSSN_Helper/src/NewRad.c +++ b/m/prototype/ML_BSSN_Helper/src/NewRad.c @@ -52,6 +52,8 @@ ML_BSSN_NewRad (CCTK_ARGUMENTS) newrad (cctkGH, B1 , B1rhs , 0.0, 1.0); newrad (cctkGH, B2 , B2rhs , 0.0, 1.0); newrad (cctkGH, B3 , B3rhs , 0.0, 1.0); + + newrad (cctkGH, Theta, Thetarhs, 0.0, 1.0); } static void diff --git a/m/prototype/ML_BSSN_Helper/src/SetGroupTags.c b/m/prototype/ML_BSSN_Helper/src/SetGroupTags.c index 7ae24bb..c83ff7a 100644 --- a/m/prototype/ML_BSSN_Helper/src/SetGroupTags.c +++ b/m/prototype/ML_BSSN_Helper/src/SetGroupTags.c @@ -39,6 +39,7 @@ ML_BSSN_SetGroupTags (void) set_group_tags (rhs_checkpoint, rhs_checkpoint, 0, "ML_BSSN::ML_dtlapserhs"); set_group_tags (rhs_checkpoint, rhs_checkpoint, 0, "ML_BSSN::ML_shiftrhs"); set_group_tags (rhs_checkpoint, rhs_checkpoint, 0, "ML_BSSN::ML_dtshiftrhs"); + set_group_tags (rhs_checkpoint, rhs_checkpoint, 0, "ML_BSSN::ML_Thetarhs"); return 0; } -- cgit v1.2.3