aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
Commit message (Expand)AuthorAge
* Abort with an error message if CarpetLib cannot allocate memory forschnetter2004-04-08
* Disable a self-consistency check that might be too eager.schnetter2004-04-07
* Insert a check that all gdata arrays are created on all processors.schnetter2004-04-07
* Comment out self-consistency check that might be too eagerschnetter2004-04-07
* Comment coding tricks.schnetter2004-04-07
* Use vector::at() instead of vector::operator[] to access vector elements.schnetter2004-03-23
* Use vector::at() instead of vector::operator[] to access vector elements.schnetter2004-03-23
* Fix bug in calculating the boundary prolongation zones on multipleschnetter2004-03-23
* Fix indentationschnetter2004-03-23
* Implement vector groups correctlyschnetter2004-03-23
* Move MPI request and tag handling from data to gdataschnetter2004-03-23
* Make many parameters steerableschnetter2004-03-23
* Implement vector groups correctlyschnetter2004-03-23
* Remove unused codeschnetter2004-03-23
* When regridding, prolongate the boundaries before synchronising.schnetter2004-03-22
* Small changeschnetter2004-03-11
* Remove old-style iteratorT types and routines.schnetter2004-03-11
* Ensure that the array extents are multiples of the array stridesschnetter2004-03-11
* Use $(error) instead of an unsatisfied dependency to reportschnetter2004-03-10
* Add comment.schnetter2004-03-03
* Essentially Non-Oscillatory prolongation operators. Again intended forhawke2004-03-03
* 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
* Remove code that was commented out.schnetter2004-03-01
* Instantiate Cactus types instead of C++ types.schnetter2004-03-01
* Create MPI data types for Cactus types instead of C++ types.schnetter2004-03-01
* Instantiate also for complex numbers by default.schnetter2004-03-01
* Create MPI data types for Cactus types instead of C++ types.schnetter2004-03-01
* Remove macros STR and FORTRAN_NAME.schnetter2004-03-01
* Fix severe bug in mglevel array indexing.schnetter2004-02-27
* Use new bbox iterators in all places (missed some before).schnetter2004-02-27
* Add a dummy array element when D==0.schnetter2004-02-27
* Add functions for element-wise floor, ceil, and pow.schnetter2004-02-18
* Change definition for the bbox iterators, so that they work withschnetter2004-02-18
* Instantiate vectors for 0 dimensions as well.schnetter2004-02-18
* 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
* Do not restrict nor prolongate when the prolongation operator has beenschnetter2004-02-03
* Some sanity checking to fend off evil C++ compilersschnetter2004-02-03
* Import the recently announced changes:schnetter2004-01-25
* Import the recently announced changes:schnetter2004-01-25
* Undo my previous changes, which did not compile.schnetter2004-01-21
* Fix another (maybe) bug in calculating the prolongation regions.schnetter2004-01-21
* Check the stencil size before calling the minmod prolongationschnetter2004-01-21
* Use .at() instead of [] to access vectors.schnetter2004-01-20
* While restricting, don't assume that there are buffer zones atschnetter2004-01-16
* Clarify error message.schnetter2004-01-09
* Follow C++ standard.schnetter2003-11-21
* Missing break in TVD interpolator case statement.hawke2003-11-20