aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Expand)AuthorAge
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
* Major update after a quiet time.schnetter2003-06-18
* When initialising each timelevel, treat only the last round (at t=0)schnetter2003-05-27
* Handle empty groups.schnetter2003-05-23
* Don't insert empty bboxes into the bbox lists for the transfer descriptions.schnetter2003-05-23
* Handle empty groups.schnetter2003-05-23
* Do not use "restrict".schnetter2003-05-21
* Allow hyperslabbing grid arrays with dim<3.schnetter2003-05-21
* Allow reducing grid arrays.schnetter2003-05-21
* Add macros and inline function to make the code more intelligible.schnetter2003-05-21
* Introduce a parameter to initialise each timelevel separately withschnetter2003-05-21
* added instantiation of vector<vect<vect<boolshawley2003-05-20
* Fix setting the pointers to storage for grid arrays on multiple processors.schnetter2003-05-15
* Check the relative error instead of the absolute error when comparing times.schnetter2003-05-14
* Make C++ arrays sizes known at compile time.schnetter2003-05-14
* Handle level offsets correctly.schnetter2003-05-13
* Poison: Check storage of GFs and GAs differently.schnetter2003-05-13
* Abort on local interpolation errors.schnetter2003-05-13
* Make code const-correct. Well, sort of.schnetter2003-05-13
* Handle empty grids.schnetter2003-05-13
* Handle global mode. Untested.schnetter2003-05-12
* Abort when in global mode, because this is not yet handled.schnetter2003-05-12
* Abort when in global mode.schnetter2003-05-12
* Undo previous commit which was wrong.schnetter2003-05-12
* Don't set too many array elements in the cGroupDynamicData structure.schnetter2003-05-12
* Implement a proper separation between global, level, and local mode.schnetter2003-05-08
* Restrict all of the interior of the grid.schnetter2003-05-07
* Call a new scheduling bin "POSTRESTRICT" after restriction. Untested.schnetter2003-05-07
* Remove outdated version.schnetter2003-05-05
* Handle extended local mode.schnetter2003-05-05
* In MakeRegions_AsSpecified, we're looping over the number of components (not ...hawke2003-05-05
* Add an abstract.schnetter2003-05-03
* A few minor typos.hawke2003-05-03
* Make it work on multiple processors.schnetter2003-05-02
* Comment internal variable _owns_storage more thoroughly.schnetter2003-05-02
* Possible reasons why you don't see output.hawke2003-05-02
* More about boundary conditions.schnetter2003-05-02
* Remove the special case of "extended local mode" which is now handledschnetter2003-05-02
* Do not initialise the finer levels of the grid functions at initialschnetter2003-05-02
* Add a routine to call a schedule group from global mode.schnetter2003-05-02
* Allow component loops in "extented local mode", which is a local modeschnetter2003-05-02
* Add dummy return statements to silence the compiler.schnetter2003-05-02
* Do only warn about missing transfer operators if the group is a grid function.schnetter2003-05-02
* Explicitely convert from double to int.schnetter2003-05-02
* Start to document Carpet's internals.schnetter2003-04-30
* SetupGH.cc: Give more veryverbose screen output before regridding.schnetter2003-04-30
* Use vector<> instead of pointers.schnetter2003-04-30
* dh.cc: Handle empty grids, i.e. processors without any grid points.schnetter2003-04-30
* Handle pointwise reductions as well.schnetter2003-04-30
* First cut at the interpolator. Tentatively works on unigrid and forschnetter2003-04-30