aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.cc
Commit message (Expand)AuthorAge
...
* CarpetLib: Remove broken commentErik Schnetter2004-12-25
* CarpetLib: Use C++ min,max instead of C99 fmin,fmaxErik Schnetter2004-12-25
* CarpetLib: Introduce parameter to post MPI_Irecv and MPI_Isend at the same timeErik Schnetter2004-12-08
* CarpetLib/src/data.* interpolate_from_innerloop breakdownswhite2004-12-09
* CarpetLib/src/*data* CarpetIOASCII/src/ioascii.cc MPI_Comm_rank wrappersswhite2004-12-08
* data.cc abs min max to fabs fmin fmaxswhite2004-12-07
* data_fill_box_arraysswhite2004-11-29
* CarpetLib: Implement using MPI_Waitall for communicatingErik Schnetter2004-11-24
* Remove CVS header tagsErik Schnetter2004-09-18
* 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