aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Change parameter "outdir" to "out_dir".schnetter2002-10-24
* Changed preprocessor debug flag into Cactus parameter.schnetter2002-10-24
* Small change.schnetter2002-10-24
* Renamed source file from carpetslab.* to slab.*.schnetter2002-10-24
* Added arrangement name and final semicolon to CCTK_FILEVERSION macros.schnetter2002-10-24
* Added arrangement name and final semicolon to CCTK_FILEVERSION macros.schnetter2002-10-24
* Started arrangement documentation.schnetter2002-10-24
* Added arrangement name and final semicolon to CCTK_FILEVERSION macro.schnetter2002-10-24
* Fixed bugs in Scott's 3tl initialisation introduced by my earlier changes.schnetter2002-10-16
* Set PTHREADS=yes in the example configurations.schnetter2002-10-16
* Applying patches from Ian Hawke:schnetter2002-10-16
* Improved comments & output statements regarding three-timelevel initializationshawley2002-10-15
* Fixed calculation of coordinates after the recent changes inschnetter2002-10-15
* Adapt to recent changes in CarpetLib: grid function shapes do not anyschnetter2002-10-14
* Do not add ghost zones at outer boundaries.schnetter2002-10-14
* Relax the check for local mode so that it works on multiple processors.schnetter2002-10-12
* Added a function to count the number of processor-local grid components.schnetter2002-10-12
* Give more descriptive error message.schnetter2002-10-01
* Added a large quantity of makefile magic to make Scott's carpet2*schnetter2002-09-30
* Fixed dangling pointer; there was a vanishing temporary variable.schnetter2002-09-26
* Better handling of poisoning. Now using memcmp instead of operator ==.schnetter2002-09-25
* Fixed bugs in time and time step handling. Things are moreschnetter2002-09-25
* Don't compare reals for exact equality.schnetter2002-09-25
* Exchanged the files.schnetter2002-09-25
* Adapted to the recent changes in CarpetLib.schnetter2002-09-25
* Changed the variable types for the time from int to real. This allowsschnetter2002-09-25
* Removed "-ip" for Intel compilers.schnetter2002-09-08
* Changed automatic array back to new-delete pair.schnetter2002-09-01
* Increased power levels for MPI detection. Now uses x-ray vision. GNUschnetter2002-09-01
* Added a CST-stage-time check whether MPI is available.schnetter2002-09-01
* Fixed quite a few include guard mishaps.schnetter2002-09-01
* Fixed include guards.schnetter2002-09-01
* Indentation change.schnetter2002-09-01
* Added include guards.schnetter2002-09-01
* Changed new/delete pair into automatic variable.schnetter2002-09-01
* Removed file-scope static function declarations in CarpetIOASCII,schnetter2002-08-30
* New configuration.schnetter2002-08-30
* Fixed some compiler warnings. Mostly added C++ "typename" keywords.schnetter2002-08-30
* Switch from gcc 3.1 to gcc 3.2, and make the version explicit.schnetter2002-08-30
* Added two more warnings when too many refinement levels are requested.schnetter2002-08-28
* Checking that CarpetRegrid::refinement_levels is not larger thanschnetter2002-08-28
* 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
* fixed bug in which only 6 significant figures were being printedshawley2002-08-05
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
* Added "product" reduction.schnetter2002-08-02
* In restrict, changed assert into a warning messageshawley2002-07-18
* Added operator copytoprevsshawley2002-07-18
* added prototypes for Flip...Coarser and Copy...ToPrevsshawley2002-07-18