aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added and changed more sample parameter files.eschnett2001-03-14
| | | | darcs-hash:20010314123946-f6438-a9d1b7400c598d3ad376fed7df743515dce22e0c.gz
* Change sample parameter files.eschnett2001-03-14
| | | | darcs-hash:20010314121651-f6438-02b185c5ae764eac989311952282bea94057a969.gz
* Fixed bug: Did access uninitialised time hierarchies.eschnett2001-03-14
| | | | darcs-hash:20010314115738-f6438-74b1a624dc05d8f464452d0dcf577b6c28253707.gz
* Change sample parameter files.eschnett2001-03-14
| | | | darcs-hash:20010314111651-f6438-7df088f584fd1cc9904a67e5ad662e64fff4d50e.gz
* Made two refinement levels work on two processors. Lessons learnt: Aeschnett2001-03-14
| | | | | | | | Made two refinement levels work on two processors. Lessons learnt: A storage contained might well contain zero elements, and Don't return references to temporary objects. darcs-hash:20010314100017-f6438-29ce1a19a498067588eaf0f027a00000abe40d8d.gz
* Two refinement levels now work, but only without symmetry boundaries.eschnett2001-03-13
| | | | | | | | | Two refinement levels now work, but only without symmetry boundaries. "work" is here defined by the eyeball. With symmetry boundaries, there is either a bug or a bad interaction of restricting, prolongating, and the symmetry boundary on the coarse grid. darcs-hash:20010313164030-f6438-2c18a10421487f6328e0e782322332c67fb203fd.gz
* Fixing bugs with octant mode, coordinates, and ASCII output.eschnett2001-03-13
| | | | | | | Fixing bugs with octant mode, coordinates, and ASCII output. Adapting the test suite. darcs-hash:20010313120652-f6438-6411b2838ea80747009724e17197ae2a7aaeb808.gz
* Added two more test cases for octant mode.eschnett2001-03-13
| | | | darcs-hash:20010313114609-f6438-3cc640e11d808d9848307e17961d954dabe7ab8b.gz
* Fixing bugs with octant mode, coordinates, and ASCII output.eschnett2001-03-13
| | | | | | | Fixing bugs with octant mode, coordinates, and ASCII output. Adapting the test suite. darcs-hash:20010313110700-f6438-2bd65c5a1e0c1582bed9a08ec9c19df312ad817a.gz
* Make the Carpet WaveToy almost-work with two refinement levels. Theeschnett2001-03-12
| | | | | | | | | Make the Carpet WaveToy almost-work with two refinement levels. The basic error was that the Carpet time levels were set to the Cactus time levels, but they need to be different. In Carpet, level 0 is always the current level, and not so in Cactus. darcs-hash:20010312155417-f6438-7c09703fc594525f2d68d4f9da2e3f3eeaec9c57.gz
* Adapted test suites and added results.eschnett2001-03-11
| | | | darcs-hash:20010311110439-f6438-09379ce46431a1e2bc139887b3ce7df44bc461b2.gz
* Renamed test cases, and removed old output.eschnett2001-03-11
| | | | darcs-hash:20010311105716-f6438-188130d70d00bfcad75a4fc80412c65fdfb4e324.gz
* Added scripts to compare Carpet testsuite outputs. These outputs areeschnett2001-03-11
| | | | | | | Added scripts to compare Carpet testsuite outputs. These outputs are not handled well by the standard testsuite tests. darcs-hash:20010311095823-f6438-31d1cf4478c616d40e1d5fb29aeb3861b35a91d8.gz
* Renamed test cases, and removed old output.eschnett2001-03-11
| | | | darcs-hash:20010311095716-f6438-3b4772080ce3efab66ebf2496ed3706b9922b1e2.gz
* Only the base level has outer boundaries. This concerns cctk_bbox.eschnett2001-03-11
| | | | darcs-hash:20010311093230-f6438-81cd8798e400bcee6878adfcd06872db6584fd8c.gz
* Added TODO list.eschnett2001-03-11
| | | | darcs-hash:20010311093155-f6438-a58b1d94f8310a34e4c31324b133f182728b58b7.gz
* Carpet now passes the Cart3d test suite. This required a rewrite ofeschnett2001-03-10
| | | | | | | | | | | | | | | | | Carpet now passes the Cart3d test suite. This required a rewrite of CarpetSlabe, which now uses the data<> class instead of doing things its own way. This in turn required some updates to data<>. CarpetSlab now ignores (i. e. does not use) boundaries, except outer boundaries. For that to work, the dh<> class has been given the notion of an outer boundary. In order to increase performance, the cctk_bbox[] information in Carpet is not set correctly. As an approximation, it just reflects whether the current grid component lies at the outer boundary, as calculated using cctk_lbnd, cctk_ubnd, and cctk_gsh. darcs-hash:20010310195459-f6438-8ee874d722de4df717e5eb3002722ceb8d4a9bb7.gz
* Added new test suite results.eschnett2001-03-08
| | | | darcs-hash:20010308085111-f6438-78094d9e0ec3f6a9ed0e2271c5155a45c20a198e.gz
* Changed test suite parameter files to activate the right thorns.eschnett2001-03-08
| | | | | | | Changed test suite parameter files to activate the right thorns. Removed old test suite log files. darcs-hash:20010308084858-f6438-d342a686df22f3b36d176ddc16036fe6de51f889.gz
* Removed old test suite.eschnett2001-03-07
| | | | darcs-hash:20010307141926-f6438-adefef063f4466bd08b372627c5dd12aea8bd428.gz
* Adapted two more parameter files.eschnett2001-03-07
| | | | darcs-hash:20010307141917-f6438-4d5339e9aa3f2208c7a24348cfd76310763c2640.gz
* Removed old test suite.eschnett2001-03-07
| | | | darcs-hash:20010307131926-f6438-2623434c2f94ea3f012467de08b83b0007882b67.gz
* Made WaveToyF77 run on multiple processors with CarpetSlab.eschnett2001-03-07
| | | | | | | | Made WaveToyF77 run on multiple processors with CarpetSlab. Addes "bases" in gh and dh. They contain the extent of a bounding box enclosing all components on a level. darcs-hash:20010307120057-f6438-829d3c60a80c7b13f850c0ad187257bb6e1b963f.gz
* Made WaveToyF77 run on multiple processors with CarpetSlab.eschnett2001-03-07
| | | | darcs-hash:20010307115940-f6438-09debf696b4ec851992f65b9a7dec80942aee76c.gz
* Cosmetic changes. One more parameter file to use.eschnett2001-03-05
| | | | darcs-hash:20010305204911-f6438-b4f01e96f06d4c01052be71f973d6f3f7d77cec1.gz
* A few attempts at bug fixes. Doesn't work yet.eschnett2001-03-05
| | | | darcs-hash:20010305204856-f6438-7435f39e1ac21f47edac1f8c471c2e490483cf06.gz
* Made it work on multiple processors. Waved a dead chicken. Maybe theeschnett2001-03-05
| | | | | | | | Made it work on multiple processors. Waved a dead chicken. Maybe the debug output makes it work, maybe only the MPI startup procedure is flaky. darcs-hash:20010305204828-f6438-a2a24ca201018669042bb75cabb0868251cd61b7.gz
* The only parameter file adapted to the Carpet driver so far.eschnett2001-03-05
| | | | darcs-hash:20010305133204-f6438-f7e55e3ebad85e4705de73be8e056371d673a6f0.gz
* The only test so far adapted to the Carpet driver.eschnett2001-03-05
| | | | darcs-hash:20010305133137-f6438-092aacabbdcb8c9c17572cd675333c3cece991f3.gz
* Created a generic routine for ASCII output. This should reduce code size.eschnett2001-03-05
| | | | darcs-hash:20010305133103-f6438-b07009b56bf38b955fb2ca8476292ab2e47fdac2.gz
* ASCII output is now more comfortable.eschnett2001-03-05
| | | | darcs-hash:20010305133022-f6438-57faa8be7f7224b49ec36d2895b9e9d3cf5e547f.gz
* Wavetoy works now (without refinement).eschnett2001-03-05
| | | | darcs-hash:20010305133003-f6438-602dfe0e7da3ff300a54b7e554beea79093c35cc.gz
* *** empty log message ***eschnett2001-03-05
| | | | darcs-hash:20010305132938-f6438-96a9787bb2f4ba29b139c7cf9f65623307ff5ff1.gz
* Added test suite from thorn Cart3d. This test suite still uses PUGH,eschnett2001-03-01
| | | | | | | Added test suite from thorn Cart3d. This test suite still uses PUGH, but will be changed to use Carpet soon. darcs-hash:20010301144927-f6438-ee2c9878f90e3b708e4dd1bd030a1c2a58f47649.gz
* Initial revisioneschnett2001-03-01
| | | | darcs-hash:20010301124010-f6438-fca5ed1e25f84efd816aa0d13fc23b58add7195d.gz
* Initial revisioneschnett2001-03-01
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz