aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added 'IO::out_fileinfo = "none"' to make the testsuite pass again.tradke2001-04-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@47 e296648e-0e4f-0410-bd07-d597d9acff87
* Moving excatgauge from POSTINITIAL to INITIAL. As POSTINITIAL it conflictsmiguel2001-01-15
| | | | | | | | with the evolution thorns that assume that by then maetric plus gauge has been set up correctly. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@46 e296648e-0e4f-0410-bd07-d597d9acff87
* Removing now redundant "" on USES and EXTENDS and redundant {} blocks ongoodale2000-12-17
| | | | | | | | | USES. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@45 e296648e-0e4f-0410-bd07-d597d9acff87
* Adding range descriptions to remove warningsallen2000-12-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@44 e296648e-0e4f-0410-bd07-d597d9acff87
* Added pughreduce to activethornsgundlach2000-12-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@43 e296648e-0e4f-0410-bd07-d597d9acff87
* Added PUGHReduce to the ActiveThorns list.tradke2000-11-28
| | | | | | | Now the testsuite passes again. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@42 e296648e-0e4f-0410-bd07-d597d9acff87
* One entry appeared twice. This gave a warning a compilation, but was harmless.gundlach2000-11-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@41 e296648e-0e4f-0410-bd07-d597d9acff87
* Now that we use exactgauge to set the initial lapse and shift too, wegundlach2000-11-17
| | | | | | | | need to check for initial_shift="exact" as well as shift="exact", etc. Also added a sanity check. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@40 e296648e-0e4f-0410-bd07-d597d9acff87
* Updatee the comments that go to the screen.gundlach2000-11-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@39 e296648e-0e4f-0410-bd07-d597d9acff87
* Oh dear, a typogundlach2000-11-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@38 e296648e-0e4f-0410-bd07-d597d9acff87
* Added a warning message when slice registration fails.gundlach2000-11-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@37 e296648e-0e4f-0410-bd07-d597d9acff87
* Major rewrite. The previous version was correct but not very logical.gundlach2000-11-16
| | | | | | | | | | | | | | | | | The new version is more systematic, and it also adds functionality. 1) "exact" (exact solution on a trivial slice): The functionality has not changed, I have only reordered the order within the file. 2) I have added "exact" boundary conditions though through a new parameter. 3) "slice" (exact solution on an arbitrary slice:) Now using this just for initial data, and for faking an evolution, are scheduled separately. This is both clearer, and it saves storage. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@36 e296648e-0e4f-0410-bd07-d597d9acff87
* exactinitialize now only sets g and K, and no longer the lapse andgundlach2000-11-16
| | | | | | | | shift. Therefore we need to schedule exactgauge explicitly at the initial time, but this is already being done in schedule.ccl. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@35 e296648e-0e4f-0410-bd07-d597d9acff87
* evolution_system = "slice" turns on the slice evolver: The initialgundlach2000-11-16
| | | | | | | | | | | | | data are obtained from an arbitrary slice through an exact solution, and later the evolution of these data is faked by evolving the slice and reading off the data (g and K) again. overwrite_boundary = "exact" overwrites g and K on the boundary with data from a trivial slice through an exact solution. This may be useful for testing an evolution or excision algorithm. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@34 e296648e-0e4f-0410-bd07-d597d9acff87
* Added boundary treatment for the g_ij and K_ij at the end.gundlach2000-11-16
| | | | | | | | | Renamed the 3d K_ij from h3(i,j) to k3(i,j). h3 was a remnant of Bona-Masso. As before, the overall sign of K needs to be changed at the end. I now do this at the stage kxx(i,j,k) = - k3(1,1) etc. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@33 e296648e-0e4f-0410-bd07-d597d9acff87
* Added Cactus parameter declaration as this routine uses thorngundlach2000-11-16
| | | | | | | | | parameters. Removed the reference to a boundary routine that Miguel commented on. The boundary is now dealt with in slice_data. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@32 e296648e-0e4f-0410-bd07-d597d9acff87
* Changes made by Mitica Vulcanov.miguel2000-11-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@31 e296648e-0e4f-0410-bd07-d597d9acff87
* Commiting changes made by Mitica Vulcanov. But noe all the parameteresmiguel2000-11-07
| | | | | | | are global, which I am not sure is a good idea. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@30 e296648e-0e4f-0410-bd07-d597d9acff87
* Commiting changes made by Mitica Vulcanov.miguel2000-11-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@29 e296648e-0e4f-0410-bd07-d597d9acff87
* make.code.defn file. This file is empty, but must be there for the codemiguel2000-11-06
| | | | | | | to compile. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@28 e296648e-0e4f-0410-bd07-d597d9acff87
* Changes made by Mitica Vulcanov.miguel2000-11-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@27 e296648e-0e4f-0410-bd07-d597d9acff87
* Chnages made by Mitica Vulcanov.miguel2000-11-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@26 e296648e-0e4f-0410-bd07-d597d9acff87
* Sorry, I added one file too many.miguel2000-11-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@25 e296648e-0e4f-0410-bd07-d597d9acff87
* Adding files for matter included by Mitica Vulcanov.miguel2000-11-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@24 e296648e-0e4f-0410-bd07-d597d9acff87
* Adding metrics written by Mitica Vulcanov.miguel2000-11-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@23 e296648e-0e4f-0410-bd07-d597d9acff87
* missing quote prevented cactus from compilingwerner2000-08-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@22 e296648e-0e4f-0410-bd07-d597d9acff87
* Beta 8 name changesallen2000-07-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@21 e296648e-0e4f-0410-bd07-d597d9acff87
* Adding a new "spacetime". It is really just Minkowski with a non-trivialmiguel2000-02-03
| | | | | | | | 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
* Adding possibility of initializing the shift to the exact solution.miguel2000-02-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@18 e296648e-0e4f-0410-bd07-d597d9acff87
* Adding extension to keyword initial_shift, so that one can use the exactmiguel2000-02-02
| | | | | | | shift only initially, and later one can evolve it. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@17 e296648e-0e4f-0410-bd07-d597d9acff87
* cctk_arguments -> cctk_Argumentsallen2000-01-27
| | | | | | | cctk_parameters -> cctk_Parameters git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@16 e296648e-0e4f-0410-bd07-d597d9acff87
* Removing COMMallen2000-01-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@15 e296648e-0e4f-0410-bd07-d597d9acff87
* I had introduced a small bug. Fixed now.miguel1999-12-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@14 e296648e-0e4f-0410-bd07-d597d9acff87
* Adding parameter for initial_lapse.miguel1999-12-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@13 e296648e-0e4f-0410-bd07-d597d9acff87
* fixed unterminated chararcter constant in commentslanfer1999-12-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@12 e296648e-0e4f-0410-bd07-d597d9acff87
* testsuite for Exact.miguel1999-12-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@11 e296648e-0e4f-0410-bd07-d597d9acff87
* Parameter files for exact.miguel1999-12-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@10 e296648e-0e4f-0410-bd07-d597d9acff87
* Registering exact slicing.miguel1999-12-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@9 e296648e-0e4f-0410-bd07-d597d9acff87
* Migrating to Cactus 4.0miguel1999-12-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@8 e296648e-0e4f-0410-bd07-d597d9acff87
* Migrating to Cactus 4.0miguel1999-12-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@7 e296648e-0e4f-0410-bd07-d597d9acff87
* Migrating to cactus 4.miguel1999-12-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@6 e296648e-0e4f-0410-bd07-d597d9acff87
* Minor changemiguel1999-12-06
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@5 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
* Standard project directories initialized by cvs2svn.(no author)1999-12-01
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@1 e296648e-0e4f-0410-bd07-d597d9acff87