From a29e3c43c4cd68052703cf6f37abdf4c6a5f921a Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 21 Apr 2007 02:53:19 +0000 Subject: Add the capability to rotate initial data, similar to the existing boost transformation. Add spherical Kerr-Schild initial data, i.e., Kerr-Schild data in which the horizon is a coordinate sphere. Add the capability to smooth Kerr-Schild data with a parabolic term. Re-indent param.ccl consistently. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@246 e296648e-0e4f-0410-bd07-d597d9acff87 --- src/decode_pars.F77 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/decode_pars.F77') diff --git a/src/decode_pars.F77 b/src/decode_pars.F77 index 1b7da46..d51bb4a 100644 --- a/src/decode_pars.F77 +++ b/src/decode_pars.F77 @@ -76,6 +76,8 @@ c black hole spacetimes decoded_exact_model = EXACT__Kerr_BoyerLindquist elseif (CCTK_Equals(exact_model, "Kerr/Kerr-Schild") .ne. 0) then decoded_exact_model = EXACT__Kerr_KerrSchild + elseif (CCTK_Equals(exact_model, "Kerr/Kerr-Schild/spherical") .ne. 0) then + decoded_exact_model = EXACT__Kerr_KerrSchild_spherical elseif (CCTK_Equals(exact_model, "Schwarzschild-Lemaitre") .ne. 0) then decoded_exact_model = EXACT__Schwarzschild_Lemaitre elseif (CCTK_Equals(exact_model, "multi-BH") .ne. 0) then -- cgit v1.2.3