aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic
Commit message (Expand)AuthorAge
...
* Make CarpetIOFlexIO parameters private rather than restricted so that theytradke2003-09-02
* Do not inherit Hyperslab.schnetter2003-08-14
* Declare some more routines as taking a const cGH *, to match theschnetter2003-07-14
* Copy the HDF5 changes from CarpetIOFlexIO to this thorn.schnetter2003-07-14
* No need anymore to set SYS_INC_DIRS to point to the include directory fortradke2003-07-04
* Import FlexIO header files via the 'uses include header' mechanism.tradke2003-07-04
* More #ifdefs for HDF[45]-specific parts of the code.tradke2003-07-03
* Add the location of FlexIO header files to SYS_INC_DIRS.tradke2003-07-03
* Also inherit from FlexIO.tradke2003-07-03
* Put '#ifdef HDF4' around HDF4-specific parts of the code.tradke2003-07-03
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
* Major update after a quiet time.schnetter2003-06-18
* added dumping of GHExtensions, check point files should now be okay for unigr...hawke2003-05-16
* Initial revisionhawke2003-05-16
* Implement a proper separation between global, level, and local mode.schnetter2003-05-08
* Remove non-working autoconfiguration for finding the FlexIO library.schnetter2003-04-30
* Forgot to allocate storage for a vector.schnetter2003-03-27
* Change many "cGH *" to "const cGH *", and apply corresponding updatesschnetter2003-03-12
* Removed non-standard use of alloca() with vector<>.schnetter2003-02-28
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* Some cleaning up of comments. Some changes to the makefileschnetter2002-12-12
* Updated parameter files.schnetter2002-10-24
* Change parameter "outdir" to "out_dir".schnetter2002-10-24
* Added arrangement name and final semicolon to CCTK_FILEVERSION macros.schnetter2002-10-24
* Fixed quite a few include guard mishaps.schnetter2002-09-01
* Added semi-automatic detection of include paths, library paths, and libraries.schnetter2002-08-16
* Removed "make.configuration.defn" file. Using makefile fragments forschnetter2002-08-13
* added file make.configuration.defn, to define additional libs needed forshawley2002-08-08
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
* Removed the temporary version of the thorn CartGrid3D, because theschnetter2002-07-15
* Updated Carpet to the recent changes in Cactus.schnetter2002-04-29
* Forgot to add this file.schnetter2002-04-03
* Replacement version of CactusBase/CartGrid3D for use with mesh refinement.schnetter2002-04-03
* Added author (myself) to READMEs.schnetter2002-03-26
* Added CCTK_FILEVERSION macros.schnetter2002-03-26
* Added explicit type conversions to make it compile with gcc 3.0.schnetter2002-01-14
* Added a parameter that prevents outputting the ghost zones. Untested.schnetter2002-01-09
* Fixed test cases for axial symmetry (changed parameter files.)schnetter2001-12-17
* Added new thorns CarpetReduce and CarpetRegrid to parameter files.schnetter2001-12-14
* Fixed a small bug that prevented reading data.schnetter2001-12-05
* Adapted Carpet to the new Cactus API. Works on Linux. High hopes for SGIs.schnetter2001-11-05
* Corrected interface.ccl files which were missing inter-thorn dependencies.schnetter2001-07-12
* Changed handling of scalars. Scalars are now zero-dimensional arrays.schnetter2001-07-09
* Broke the file "carpet.cc" into several files.schnetter2001-07-04
* Second stab at having arrays with a dimension different than gridschnetter2001-07-02
* Modified the Carpet driver so that it uses the same new timelevelschnetter2001-04-23
* Brought in latest differences from the SGI version. This is workeschnett2001-03-22
* ?eschnett2001-03-19
* Fixed bugs that popped up in the SGI version.eschnett2001-03-18
* Added grid function input.eschnett2001-03-17