aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Expand)AuthorAge
* Follow C++ standard.schnetter2003-11-21
* Round manually specified coordinates to the nearest grid point, butschnetter2003-11-21
* Missing break in TVD interpolator case statement.hawke2003-11-20
* Correct dependencies.schnetter2003-11-19
* Only allow MG level switches in global mode.schnetter2003-11-19
* Allow reflevel=-1 in set_mglevel if we're going to global mode.hawke2003-11-19
* More error checking when converting real coordinates to integer grid points.schnetter2003-11-14
* Return the local interpolator's error code if something goes wrong.schnetter2003-11-13
* Implement specifying refined boxes by coordinates instead of by gridschnetter2003-11-13
* Allow bboxes of CCTK_REALs.schnetter2003-11-13
* Output a real error message if a file cannot be opened for writing.schnetter2003-11-13
* Allow arrays with fewer elements than the number of processors.schnetter2003-11-13
* Fix bug in the maximum reduction operator.schnetter2003-11-12
* Output better error message.schnetter2003-11-11
* Use vector<> instead of dynamic [] arrays.schnetter2003-11-07
* Return local interpolation errors to the caller instead of aborting.schnetter2003-11-06
* Fix core dump.schnetter2003-11-06
* Update doxygen configuration.schnetter2003-11-05
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Fixed minmod interpolation loopcott2003-10-30
* Patch the minmod prolongation routines in a fashion that really appears to wo...hawke2003-10-20
* Fixed bug in case PROLONG_TVD (missing break statement in case 1).cvs_anon2003-10-17
* Fix bug in automatic domain decomposition.schnetter2003-10-16
* A much corrected version of the TVD prolongation. Looks nicer in the first te...hawke2003-10-15
* 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
* Some very simple TVD prolongation routines. Uses minmod so probably not very ...hawke2003-10-14
* Change "do ... while (0)" trick to "if (1) ... else".schnetter2003-10-13
* Change grid array handling in the component loop macros. When loopingschnetter2003-09-30
* Replace num_points() by size().schnetter2003-09-20
* Use bbox::size() instead of bbox::num_points().schnetter2003-09-19
* bbox::size() and bboxset::size() return the number of grid points, notschnetter2003-09-19
* Return void instead of int.schnetter2003-09-19
* Beautifyschnetter2003-09-19
* Check structure of outerbounds parameter.schnetter2003-09-11
* Carpet infrastructure thorns now require the thorns they depend upontradke2003-09-04
* Traverse (coordinate registration) routines scheduled on the new bin CCTK_WRAGH.tradke2003-09-02
* Make CarpetIOASCII parameters private rather than restricted so that theytradke2003-09-02
* Track the C++ standard.schnetter2003-08-28
* Fix bug.schnetter2003-08-28
* Fix compiler error.schnetter2003-08-27
* Fix bug in domain decomposition onto multiple processors. Thanks, Ian.schnetter2003-08-27
* Whitespace change.schnetter2003-08-15
* Nothingschnetter2003-08-15
* Nothing.schnetter2003-08-15
* Mention web page.schnetter2003-08-15
* Print an error message instead of an assertion failure whenschnetter2003-08-15
* Check whether the total number of grid points fits into an int.schnetter2003-08-15
* Check for overflow in calculating bbox sizes.schnetter2003-08-15