aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2003-05-26 15:35:44 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2003-05-26 15:35:44 +0000
commit72d06dedf621173151ee6f0ac89cdd9105e2fb33 (patch)
treedb327b241d92b0091f47d95f99fff61b46db7c06 /src
parentb45c65351d0b5f69e668d20830370e442e474968 (diff)
document that the "Minkowski/conf wave" model doesn't work with the
arbitrary-slice evolver git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@170 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'src')
-rw-r--r--src/metrics/Minkowski_conf_wave.F774
-rw-r--r--src/slice_evolve.F6
2 files changed, 10 insertions, 0 deletions
diff --git a/src/metrics/Minkowski_conf_wave.F77 b/src/metrics/Minkowski_conf_wave.F77
index 0f94db4..e4bdad3 100644
--- a/src/metrics/Minkowski_conf_wave.F77
+++ b/src/metrics/Minkowski_conf_wave.F77
@@ -2,6 +2,10 @@ c $Header$
C Author: Frank Loeffler (frank.loeffler@aei.mpg.de)
C Licence: GPL 2 or later
+C
+C Note that this model explicitly sets the conformal factor psi ,
+C and thus does *NOT* work with the "arbitrary slice evolver" option
+C of this thorn.
#include "cctk.h"
#include "cctk_Arguments.h"
diff --git a/src/slice_evolve.F b/src/slice_evolve.F
index 2bd98a6..2503c43 100644
--- a/src/slice_evolve.F
+++ b/src/slice_evolve.F
@@ -1,6 +1,12 @@
C Evolve the slice in the exact spacetime.
C $Header$
+C
+C Note that this code ignores any conformal factor set by the model,
+C and thus won't work for models which try to set a conformal factor.
+C At present "Minkowski/conf wave" is the only such model.
+C
+
#include "cctk.h"
#include "cctk_Arguments.h"
#include "Exact.inc"