aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Activate thorn Slab.schnetter2003-04-30
* Remove non-working autoconfiguration for finding the FlexIO library.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
* Initial creation of CarpetInterp.schnetter2003-04-29
* Fix serious bugs with counting dimensions.schnetter2003-04-29
* Do take the outer boundary values into account when reducing.schnetter2003-04-12
* Add required thorn "Slab" to the activation sequence.schnetter2003-04-09
* Do not update the time by repeatedly adding to it, because this leadsschnetter2003-04-07
* Remove #warning statements that are not understood by the SGIschnetter2003-03-28
* Forgot to allocate storage for a vector.schnetter2003-03-27
* Change C array with new and delete into C++ vector.schnetter2003-03-27
* Remove debug output.schnetter2003-03-26
* Make processor_topology = "automatic" the default.schnetter2003-03-26
* param.ccl: Add new processor_topology keyword "along-z" thatschnetter2003-03-26
* bboxset.cc: Output setsize as well.schnetter2003-03-26
* Add normalize routine to normalise bboxsets. This isn't perfect yet,schnetter2003-03-18
* Output the grid variables in C instead of Fortran order, as this isschnetter2003-03-17
* Add iterator that traverses a bbox in transposed (i.e. C instead ofschnetter2003-03-17
* Change many "cGH *" to "const cGH *", and apply corresponding updatesschnetter2003-03-12
* Removed non-standard use of alloca() with vector<>.schnetter2003-02-28
* Replaced new[] and delete[] with a more elegant use of vector<>.schnetter2003-02-28
* Removed dependence on alloca, which isn't standard and isn't supportedschnetter2003-02-28
* Added extra lineshawley2003-02-27
* Handle empty bboxes.schnetter2003-02-25
* Abort when the region is empty.schnetter2003-02-24
* Forbid to expand and contract empty boxes. This exposed a few bugs inschnetter2003-02-24
* Use the correct disttype DISTRIB_CONSTANT for scalars, so that the ghschnetter2003-02-24
* Work around what I believe is a bug in the IBM C++ compiler.schnetter2003-02-11
* Changed obsolete "outdir" to "out_dir".schnetter2003-01-20
* Included the bibliography directly into the latex source file insteadschnetter2003-01-14
* Updated to new parameter type for Cactus::max_runtime.schnetter2003-01-12
* Inserted missing "typename" keyword.schnetter2003-01-10