aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab/src/slab.cc
Commit message (Expand)AuthorAge
* CarpetSlab: pass size of allocated chunk to memory objectRoland Haas2013-09-27
* CarpetLib: Change API to obtain pointer to grid function dataErik Schnetter2012-09-11
* CarpetSlab: Update to new gdata::copy_from APIErik Schnetter2012-09-11
* CarpetSlab: Update to new dh classesErik Schnetter2011-12-14
* Import CarpetErik Schnetter2011-12-14
* CarpetSlab: Update to recent changesErik Schnetter2007-04-19
* CarpetSlab: Use numeric_limits<int>::max() instead of INT_MAXErik Schnetter2007-03-08
* CarpetSlab: Add grouptype argument when calling mode handling functionsErik Schnetter2006-10-03
* Carpet*: generalise the comm_state class for collective buffer communicationsThomas Radke2005-08-15
* CarpetSlab: loop over all components, not just the local onesThomas Radke2005-06-01
* CarpetSlab: pass vartype in comm_state constructor tto make use of collective...Thomas Radke2005-03-31
* global: Change the way in which the grid hierarchy is storedErik Schnetter2005-02-01
* global: Turn CarpetLib templates into classesErik Schnetter2005-01-01
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* CarpetSlab: iterate over length[hdim], not over length[dim]tradke2004-11-17
* CarpetSlab: Switch to singlemap mode before accessing cctk_gshErik Schnetter2004-11-17
* CarpetSlab: Allow hyperslabbing in level mode when there is only one patchErik Schnetter2004-11-15
* Split hyperslabbing routines into multiple filesErik Schnetter2004-09-18
* Remove CVS header tagsErik Schnetter2004-09-18
* Change indentation.schnetter2004-08-19
* Try to catch insanely large hyperslab specifications earlyschnetter2004-05-27
* Some more cleanup and bug fixes. Hyperslabbing probably never workedschnetter2004-04-16
* Allow the downsampling argument to be NULL.schnetter2004-04-16
* Use vector::at() instead of vector::operator[] to access vector elements.schnetter2004-03-23
* Import the recently announced changes:schnetter2004-01-25
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-22
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Make gf and data objects store a Cactus variable index that thisschnetter2003-10-14
* Replace num_points() by size().schnetter2003-09-20
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
* Major update after a quiet time.schnetter2003-06-18
* Allow hyperslabbing grid arrays with dim<3.schnetter2003-05-21
* Make code const-correct. Well, sort of.schnetter2003-05-13
* Handle empty grids.schnetter2003-05-13
* Abort when in global mode.schnetter2003-05-12
* 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
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* Renamed source file from carpetslab.* to slab.*.schnetter2002-10-24
* Initial revisioneschnett2001-03-01