aboutsummaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Update, warn about outdated and incorrect information.schnetter2005-09-23
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@237 e296648e-0e4f-0410-bd07-d597d9acff87
* Update advice for compilation problems, i.e., point to Cactus FAQ.schnetter2005-05-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@230 e296648e-0e4f-0410-bd07-d597d9acff87
* add a bit more detail on how to configure with the perl preprocessorjthorn2003-06-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@185 e296648e-0e4f-0410-bd07-d597d9acff87
* fix wording to clarify copyright/license status of Mitica Vulcanov'sjthorn2003-06-02
| | | | | | | files in this thorn (they're under the same license as the Cactus flesh) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@179 e296648e-0e4f-0410-bd07-d597d9acff87
* add section giving copyright/license for Mitica Vulcanov's codejthorn2003-06-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@173 e296648e-0e4f-0410-bd07-d597d9acff87
* add a note:jthorn2003-05-23
| | | | | | | | | | | | | | | This thorn is mostly written in Fortran 77, with a few files in C and Fortran 90. At present Fortran 90 is only used for the "arbitrary slice" option (see the thorn guide for details). If this option isn't needed, then by changing a single line in src/include/Exact.inc (see the comments there for details) you can #ifdef-out the Fortran 90 code, allowing the rest of this thorn to be compiled on a system with no Fortran 90 compiler available. (this was already noted in the thorn guide) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@167 e296648e-0e4f-0410-bd07-d597d9acff87
* * document Gowdy-wave model (this was missing from the thorn guide)jthorn2003-05-23
| | | | | | | | | | | | | | | | | | | * add a new feature that any vacuum non-cosmological-constant solution can be Lorentz-boosted by any 3-velocity (previously, Kerr/Kerr-Schild had the ability to do a z-axis boost, but the new code works for most of the models, and can boost in any direction) * general cleanup of most of the individual models to systematize comment conventions for subroutine arguments: input arguments, output arguments, static local variables, local variables, parameters * cleanup comments in various places to describe conformal factor being passed to/from individual models (this was in the code before, but not consistently documented) * various other cleanups in documentation There should be no change in the operation of any of the existing models. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@162 e296648e-0e4f-0410-bd07-d597d9acff87
* note that we need the Cactus (perl) preprocessor to compile with icc on xeonsjthorn2003-05-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@161 e296648e-0e4f-0410-bd07-d597d9acff87
* merge copyright/license statements by Frank Loeffler and myselfjthorn2003-01-28
| | | | | | | (no change in semantics, just merging duplicate paragraphs) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@151 e296648e-0e4f-0410-bd07-d597d9acff87
* - added my email adressknarf2003-01-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@150 e296648e-0e4f-0410-bd07-d597d9acff87
* - add one new metric: Minkowski/conf waveknarf2003-01-28
| | | | | | | | This is Minkowski with a cosine in the conformal factor - added support for using a static conformal factor git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@147 e296648e-0e4f-0410-bd07-d597d9acff87
* add a copyright notice for the new code I wrote last summerjthorn2003-01-27
| | | | | | | (thanks to Frank Loeffler for pointing out that I neglected to do this before) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@146 e296648e-0e4f-0410-bd07-d597d9acff87
* fix a spelling mistakejthorn2002-11-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@138 e296648e-0e4f-0410-bd07-d597d9acff87
* add Maintainer: line as suggested by Erik Schnetterjthorn2002-07-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@111 e296648e-0e4f-0410-bd07-d597d9acff87
* add a pointer to (new file) doc/how_to_add_a_new_modeljthorn2002-06-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@93 e296648e-0e4f-0410-bd07-d597d9acff87
* [[This is a redo of my "cvs import" of 2002/06/11, this time using properjthorn2002-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* This commit was generated by cvs2svn to compensate for changes in r2,miguel1999-12-01
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@3 e296648e-0e4f-0410-bd07-d597d9acff87