aboutsummaryrefslogtreecommitdiff
path: root/td_constraints.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-04-23 08:45:07 +0200
committerAnton Khirnov <anton@khirnov.net>2018-04-23 08:45:54 +0200
commit788f68c3bbf7c74b717d8894be4610d39d0d97f2 (patch)
treec24059943ee5855b8f96699dda89597002ee7a0c /td_constraints.h
parent2ee593d56a83f0264cc41620c2feb3e03a13974f (diff)
Add the simple time-antisym initial data family.
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,