aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src
Commit message (Expand)AuthorAge
* Do not add ghost zones at outer boundaries.schnetter2002-10-14
* Added a function to count the number of processor-local grid components.schnetter2002-10-12
* Give more descriptive error message.schnetter2002-10-01
* Don't compare reals for exact equality.schnetter2002-09-25
* Changed the variable types for the time from int to real. This allowsschnetter2002-09-25
* 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
* Removed file-scope static function declarations in CarpetIOASCII,schnetter2002-08-30
* Fixed some compiler warnings. Mostly added C++ "typename" keywords.schnetter2002-08-30
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
* In restrict, changed assert into a warning messageshawley2002-07-18
* Added operator copytoprevsshawley2002-07-18
* Fixed wrong return type in th::set_delta.schnetter2002-06-07
* Added routine to change the delta-time. Use with caution!schnetter2002-06-07
* Fixed more bugs setting the layout of scalars and arrays.schnetter2002-06-07
* Fixed bugs.schnetter2002-06-06
* Removed user choice of C++ template instantiation model. In myschnetter2002-05-05
* Updated Carpet to the recent changes in Cactus.schnetter2002-04-29
* Added stream input routines for some CarpetLib containers.schnetter2002-03-11
* Added stream input routines for some CarpetLib containers.schnetter2002-03-11
* Moved ASCII output from CarpetLib (where it never belonged) toschnetter2002-01-09
* Further changes to make Carpet work with multiple multigrid levels.schnetter2002-01-09
* Cleaned up the code to make it work with multiple multigrid levelsschnetter2002-01-09
* Fixed serious bug: one of the prolongation operators was wrong. Thisschnetter2002-01-08
* Changed the ASCII output format due to popular demand. Now includesschnetter2002-01-08
* #ifdef out all types like CCTK_INT2 etc. because they are not always defined.schnetter2002-01-04
* Fixed bugs on multiple processors:schnetter2002-01-01
* Added a bit of convenient functionality.schnetter2001-12-14
* Changed handling of interpolation orders; they are now stored in theschnetter2001-12-09
* Added box-in-box capability to Carpet.schnetter2001-12-05
* Fixed small bug.schnetter2001-09-06
* 1. Added interface for AMR. Carpet still contains no clusterer, butschnetter2001-08-26
* Broke the file "carpet.cc" into several files.schnetter2001-07-04
* Second stab at having arrays with a dimension different than gridschnetter2001-07-02
* Introduced abstraction classes that have no <dim> parameter. Thisschnetter2001-06-12
* Modified the Carpet driver so that it uses the same new timelevelschnetter2001-04-23
* carpet.hh carpet.cc: Added more poisoning of grid functions. All gridschnetter2001-04-06
* Changed ofstream to ostream.eschnett2001-03-29
* Higher-order interpolation requires more ghost zones. Changed Carpeteschnett2001-03-28
* Made Carpet compile on IRIX.eschnett2001-03-27
* Added more error checking.eschnett2001-03-26
* Added support for higher-order interpolation in space and time.eschnett2001-03-24
* Brought in latest differences from the SGI version. This is workeschnett2001-03-22
* Removed unnecessary instantiations.eschnett2001-03-19
* Fixed bugs that popped up in the SGI version.eschnett2001-03-18
* Added constructor for vect from C array.eschnett2001-03-17
* Small things.eschnett2001-03-16
* Changed the way output is handled. Now output is per refinement leveleschnett2001-03-16
* Made WaveToy work with three refinement levels. There was a bug ineschnett2001-03-15
* Made two refinement levels work on two processors. Lessons learnt: Aeschnett2001-03-14