From 3013fe7053f5b54c178f695a2a7b0ccd34c96dee Mon Sep 17 00:00:00 2001 From: rhaas Date: Fri, 19 Jul 2013 15:46:05 +0000 Subject: do not set conservatives, remove TOV_Atmosphere remove TOV_Atmosphere[] from the code and no longer set the conservative variables. Instead TOVSolver relies on GRHydro to set the conservatives in InitialPrim2Con and to enforce atmosphere in initialatmospherereset. This also fixes any asymmetry in atmosphere handling between the stars. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@143 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1 --- src/external.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/external.inc') diff --git a/src/external.inc b/src/external.inc index 73010d9..73a8918 100644 --- a/src/external.inc +++ b/src/external.inc @@ -57,7 +57,6 @@ CCTK_INT TOV_Set_Rho_ADM(CCTK_POINTER_TO_CONST cctkGH, assert(TOV_Surface!=0); assert(TOV_R_Surface!=0); - assert(TOV_Atmosphere!=0); assert(TOV_r_1d!=0); assert(TOV_rbar_1d!=0); @@ -130,7 +129,6 @@ CCTK_INT TOV_Set_Momentum_Source( assert(TOV_Surface!=0); assert(TOV_R_Surface!=0); - assert(TOV_Atmosphere!=0); assert(TOV_r_1d!=0); assert(TOV_rbar_1d!=0); @@ -200,7 +198,6 @@ CCTK_INT TOV_Set_Initial_Guess_for_u( assert(TOV_Surface!=0); assert(TOV_R_Surface!=0); - assert(TOV_Atmosphere!=0); assert(TOV_r_1d!=0); assert(TOV_rbar_1d!=0); @@ -587,7 +584,6 @@ CCTK_INT TOV_Rescale_Sources( ); } - /* FIXME: check for Atmosphere */ } } if (debug) -- cgit v1.2.3