aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* (did nothing to file except added a space)shawley2002-07-18
* Adshawley2002-07-18
* Debugged routine for getting three levels of initial data.shawley2002-07-18
* fixed pseudo-code:shawley2002-07-17
* Added documentation for generation of three timelevels of initial datashawley2002-07-17
* Moved file to src/util.schnetter2002-07-15
* Added utilities that covert from Carpet's ASCII output to SDF orschnetter2002-07-15
* Fix spacing.schnetter2002-07-12
* Create list of which boundaries to treat.schnetter2002-07-12
* Script to plot the bounding boxes.schnetter2002-07-12
* Fixed bug in ASCII output that Scott Hawley pointed out to me. Whenschnetter2002-06-26
* Updated options file for Harpo.schnetter2002-06-07
* Fixed wrong return type in th::set_delta.schnetter2002-06-07
* added calls to tt-> set_delta..., also setting current time explicitly toshawley2002-06-07
* Added routine to change the delta-time. Use with caution!schnetter2002-06-07
* Change the current time when flipping time levels.schnetter2002-06-07