From 788f68c3bbf7c74b717d8894be4610d39d0d97f2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 23 Apr 2018 08:45:07 +0200 Subject: Add the simple time-antisym initial data family. --- td_constraints.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'td_constraints.h') 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, -- cgit v1.2.3