From f89d8bd3f248e132cdd4125d3b1391798bd64b3d Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 2 Jun 2003 11:16:00 +0000 Subject: C The Robertson-Walker metric doesn't work ==> move it to ../../archive/ C C The argument rama is the R(t) in the C Robertson-Walker metric, and if this is passed correctly then this C subroutine computes the correct metric. But the rest of this thorn C doesn't know to pass this value. :( :( See Mitica's Cosmo thorn C for a better way to get this metric. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@177 e296648e-0e4f-0410-bd07-d597d9acff87 --- interface.ccl | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index d7db872..64ad537 100644 --- a/interface.ccl +++ b/interface.ccl @@ -26,9 +26,10 @@ decoded_exact_model # ***** parameters for models which have nonzero stress-energy tensor terms -# parameters for Robertson-Walker spacetime -Robertson_Walker___k -Robertson_Walker___pressure +### this metric doesn't work and has been moved to ../archive/ +### parameters for Robertson-Walker spacetime +##Robertson_Walker___k +##Robertson_Walker___pressure } "parameters copied to grid scalars so CalcTmunu code sees them in evolution thorns" real Exact_pars_real type=SCALAR @@ -42,9 +43,10 @@ Lemaitre___kappa Lemaitre___Lambda Lemaitre___epsilon0 Lemaitre___R0 -# parameters for Robertson-Walker spacetime -Robertson_Walker___R0 -Robertson_Walker___rho +### this metric doesn't work and has been moved to ../archive/ +### parameters for Robertson-Walker spacetime +##Robertson_Walker___R0 +##Robertson_Walker___rho # parameters for de Sitter spacetime de_Sitter___scale # parameters for de Sitter spacetime with cosmological constant @@ -64,16 +66,17 @@ constant_density_star___radius } "parameters copied to grid scalars so CalcTmunu code sees them in evolution thorns" ################################################################################ - -# -# temp variable for some of the stress-energy tensor computations -# -protected: -real Exact_robwal_var TYPE=GF -{ - raza -} "Raza universului Robertson Walker" - +## +### Robertson-Walker metric doesn't work and has been moved to ../archive/ +### +### temp variable for some of the stress-energy tensor computations +### +##protected: +##real Exact_robwal_var TYPE=GF +##{ +## raza +##} "Raza universului Robertson Walker" +## ################################################################################ private: -- cgit v1.2.3