aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorBarry Wardell <barry.wardell@gmail.com>2012-04-30 17:05:57 +0100
committerBarry Wardell <barry.wardell@gmail.com>2012-04-30 23:50:50 +0100
commit8dae6a902c2610f0176e4c1378785f059a8c7d0f (patch)
treeebb8f40d66547f6776b7390eba153d233fc96360 /m
parentb6e6a95581057c2ea282cb172f42374527fe6106 (diff)
Make sure boundary conditions and tags are set for CCZ4 Theta.
Diffstat (limited to 'm')
-rw-r--r--m/prototype/ML_BSSN_Helper/src/NewRad.c2
-rw-r--r--m/prototype/ML_BSSN_Helper/src/SetGroupTags.c1
2 files changed, 3 insertions, 0 deletions
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;
}