aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-06-16 16:36:07 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-06-16 16:36:07 +0000
commitce3c9ef872fdfa9c5f6327ff41c837718e2993f0 (patch)
treefe5f81e438e7dca547c55c22e23d34e63ab37f96 /README
parente8aff0f02b432067b0c47b8633b2dc60903be08b (diff)
[[This is a redo of my "cvs import" of 2002/06/11, this time using proper
cvs operations (commit/delete/add)to preserve the full CVS history of this thorn.]] This is a major cleanup/revision of AEIThorns/Exact. Major user-visible changes: * major expansion of doc/documentation.tex * major expansion of documentation in param.ccl file * rename all parameters, systematize spacetime/coordinate/parameter names (there is a perl script in par/convert-pars.pl to convert old parameter files to the new names) * [from Mitica Vulcanov] many additions and fixes to cosmological solutions and Schwarzschild-Lemaitre * fix stress-energy tensor computations so they work -- before they were all disabled in CVS (INCLUDES lines were commented out in interface.ccl) due to requiring excessive friendship with evolution thorns and/or public parameters; new code copies parameters to restricted grid scalars, which Cactus automagically "pushes" to friends * added some more tests to testsuite, though these don't yet work fully Additional internal changes: * rename many Fortran subroutines (and a few C ones too) so their names start with the thorn name to reduce the chances of name collisions with other thorns * move all metrics to subdirectory so the main source directory isn't so cluttered * move two files containing subroutines which were never called (they didn't belong in this thorn, but somehow got into cvs by accident) into new archive/ directory * some (small) improvements in efficiency -- the exact_model parameter is now decoded from a keyword (string) to an integer once at INITIAL, and that integer tested by the stress-energy tensor code, rather than requiring a separate series of string tests at each grid point (!) like the old stress-energy tensor code did git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@90 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index 6498fbf..e04c0e5 100644
--- a/README
+++ b/README
@@ -13,8 +13,17 @@ Later, the thorn developed as a reservoir for a variety of exact spacetimes,
some of them in different coordinate systems, and even some non-Einstein
spcetimes. All od these exact spacetimes have been found useful for
testing different aspect of the code. Since mamy different people have
-contributed to this thorn by adding new exact solutions, you shoudl expect
+contributed to this thorn by adding new exact solutions, you should expect
many different styles of coding here.
-For more details see the documentation in the directory doc.
+The current maintainer is Jonathan Thornburg <jthorn@aei.mpg.de> .
+Mitica Vulcanov <vulcan@aei.mpg.de> is the maintainer for the
+Schwarzschild-Lemaitre solution and all the cosmological solutions.
+For more details see the comments in the param.ccl file, and the
+documentation in the directory doc.
+
+Note that the June 2002 revisions to this thorn included renaming
+most of the parameters. The perl script par/convert-par.pl will
+convert old parameter files to use the new names, renaming the old
+parameter files to ".par.bak" as backups.