aboutsummaryrefslogtreecommitdiff
path: root/src/metrics
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2003-06-02 11:16:00 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2003-06-02 11:16:00 +0000
commitf89d8bd3f248e132cdd4125d3b1391798bd64b3d (patch)
tree5cbb103c3fb3d87c2b1dc10cf276b3f25e7115d0 /src/metrics
parent7234e803c1b27a6b5d84a0f5a7ea85415940b601 (diff)
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
Diffstat (limited to 'src/metrics')
-rw-r--r--src/metrics/README6
-rw-r--r--src/metrics/make.code.defn1
2 files changed, 0 insertions, 7 deletions
diff --git a/src/metrics/README b/src/metrics/README
index dba8912..f027d9b 100644
--- a/src/metrics/README
+++ b/src/metrics/README
@@ -20,7 +20,6 @@ inverse 4-metric $g^{ab}$:
$ guxx, guyy, guzz, guxy, guyz, guzx
CCTK_REAL psi
LOGICAL Tmunu_flag
- CCTK_REAL rama
...
RETURN
END
@@ -34,11 +33,6 @@ to set the stress-energy tensor (i.e. if it's non-vacuum and/or it has
a cosmological constant, or .false. if it doesn't (i.e. if it's vacuum
and has no cosmological constant).
-The "Robertson/Walker" model has an extra argument rama .
-Alas, Mitica neglected to document what it means :( :( :(,
-and so far I (Jonathan) haven't found any higher-level routine which
-uses it.
-
FIXME: Wouldn't it be cleaner to just compute $g_{ab}$,
diff --git a/src/metrics/make.code.defn b/src/metrics/make.code.defn
index 184c302..b50ab0f 100644
--- a/src/metrics/make.code.defn
+++ b/src/metrics/make.code.defn
@@ -22,7 +22,6 @@ SRCS = Minkowski.F77 \
Thorne_fakebinary.F77 \
\
Lemaitre.F77 \
- Robertson_Walker.F77 \
de_Sitter.F77 \
de_Sitter_Lambda.F77 \
anti_de_Sitter_Lambda.F77 \