summaryrefslogtreecommitdiff
path: root/src/register.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-04-07 18:13:49 +0200
committerAnton Khirnov <anton@khirnov.net>2018-04-07 18:13:49 +0200
commitd53f73b7f7c728e96ffc07b55fa30b9e6fc5121c (patch)
treec79d588e646ea3e65b2db1532d65bb691ee88b0e /src/register.c
Initial commit.
Diffstat (limited to 'src/register.c')
-rw-r--r--src/register.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/register.c b/src/register.c
new file mode 100644
index 0000000..64b47ce
--- /dev/null
+++ b/src/register.c
@@ -0,0 +1,7 @@
+void minimal_distortion_axi_register_mol(CCTK_ARGUMENTS)
+{
+ MoLRegisterConstrained(CCTK_VarIndex("ML_BSSN::beta1"));
+ MoLRegisterConstrained(CCTK_VarIndex("ML_BSSN::beta2"));
+ MoLRegisterConstrained(CCTK_VarIndex("ML_BSSN::beta3"));
+}
+