aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authormiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>2000-02-03 08:26:19 +0000
committermiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>2000-02-03 08:26:19 +0000
commitaa9a7546d277124bdf71009c3caf23079098c91b (patch)
tree99e60c8f3051b34a9814982e1ed90c54535ba43a /src/make.code.defn
parentda015071f52c30ec87c20bcbb400dbe5e75a0238 (diff)
Adding a new "spacetime". It is really just Minkowski with a non-trivial
spatial coordinate system. I am using it for studying the stability of the diferent formulations of the 3+1 equations. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@19 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 4987480..c66021e 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -5,7 +5,8 @@
SRCS = exactinitialize.F exactgauge.F exactboundary.F \
exactdata.F exactmetric.F \
boostrotmetric.F finkelstein.F kerrschild.F flatschwarz.F \
- starschwarz.F bowl.F novikov.F minkowski.F fakebinary.F multiBH.F \
+ starschwarz.F bowl.F novikov.F minkowski.F fakebinary.F \
+ multiBH.F flatfunny.F \
exactblendbound.F exactcartblendbound.F \
slice_initialize.F slice_evolve.F slice_data.F linextraponebound.F \
Startup.c