aboutsummaryrefslogtreecommitdiff
path: root/td_constraints.h
diff options
context:
space:
mode:
Diffstat (limited to 'td_constraints.h')
-rw-r--r--td_constraints.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/td_constraints.h b/td_constraints.h
index 6746c3e..259cbfb 100644
--- a/td_constraints.h
+++ b/td_constraints.h
@@ -19,20 +19,7 @@
#define TEUKOLSKY_DATA_CONSTRAINTS_H
#include "pssolve.h"
-
-/**
- * Identifies the specific initial data family to use.
- */
-enum TDFamily {
- /**
- * The time-antisymmetric initial data used in Abrahams&Evans PhysRevD v49,n8 (1994).
- * Conformally flat spatial metric.
- * r / x x 3 \ / x 2 \
- * K = -60√(2/π) a | --- - (---) | * exp| - (---) | sin(2θ)
- * θ \ L L / \ L /
- */
- TD_FAMILY_AE_TIME_ANTISYM = 0,
-};
+#include "teukolsky_data.h"
enum TDConstraintEq {
TD_CONSTRAINT_EQ_HAM = 0,