aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.cc
Commit message (Expand)AuthorAge
* Add option to use less memory during regridding.schnetter2004-05-21
* Ensure that vector leaders are handled consistentlyschnetter2004-04-22
* Format error message nicely.schnetter2004-04-18
* Commentschnetter2004-04-13
* Don't use the new C99 printf specifiers.schnetter2004-04-13
* Abort with an error message if CarpetLib cannot allocate memory forschnetter2004-04-08
* Comment coding tricks.schnetter2004-04-07
* Fix indentationschnetter2004-03-23
* Implement vector groups correctlyschnetter2004-03-23
* Move MPI request and tag handling from data to gdataschnetter2004-03-23
* Essentially Non-Oscillatory prolongation operators. Again intended forhawke2004-03-03
* Temporarily make op_TVD point at first order in space prolongation operators ...hawke2004-03-03
* Add support for copying (i.e. synchronising) complex variables.schnetter2004-02-09
* Fig bug in output: In C, quotes are not quoted by "", but by \".schnetter2004-02-09
* Print an error message when trying to synchronise an unsupported dataschnetter2004-02-09
* Some sanity checking to fend off evil C++ compilersschnetter2004-02-03
* Import the recently announced changes:schnetter2004-01-25
* Undo my previous changes, which did not compile.schnetter2004-01-21
* Check the stencil size before calling the minmod prolongationschnetter2004-01-21
* Follow C++ standard.schnetter2003-11-21
* Missing break in TVD interpolator case statement.hawke2003-11-20
* Fix core dump.schnetter2003-11-06
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Fixed bug in case PROLONG_TVD (missing break statement in case 1).cvs_anon2003-10-17
* The prolongation method can now be controlled from the tags table defined in ...hawke2003-10-15
* Make gf and data objects store a Cactus variable index that thisschnetter2003-10-14
* Track the C++ standard.schnetter2003-08-28
* Check for overflow in calculating bbox sizes.schnetter2003-08-15
* Fix the casing of the postrestrict group to PostRestrict. Update allschnetter2003-07-20
* Add 5th order spatial interpolation.schnetter2003-06-24
* Work around what I believe is a bug in the IBM C++ compiler.schnetter2003-02-11
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* Restrict.cc: No changes.schnetter2003-01-03
* Removed the practically useless (because soo slow) general purposeschnetter2002-12-31
* Give more descriptive error message.schnetter2002-10-01
* Changed the variable types for the time from int to real. This allowsschnetter2002-09-25
* Fixed some compiler warnings. Mostly added C++ "typename" keywords.schnetter2002-08-30
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
* Removed user choice of C++ template instantiation model. In myschnetter2002-05-05
* Moved ASCII output from CarpetLib (where it never belonged) toschnetter2002-01-09
* Added a bit of convenient functionality.schnetter2001-12-14
* Changed handling of interpolation orders; they are now stored in theschnetter2001-12-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
* Changed ofstream to ostream.eschnett2001-03-29
* Made Carpet compile on IRIX.eschnett2001-03-27
* 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
* Small things.eschnett2001-03-16