aboutsummaryrefslogtreecommitdiff
path: root/src/Mapping.c
Commit message (Expand)AuthorAge
* Fix out-of-bounds array access for extent vector intradke2005-05-10
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
* Fixed bug in calculating the hyperslab size for diagonals with periodic BCstradke2004-12-16
* Allow negative extents in a definition for a global hyperslab mapping as atradke2004-11-17
* Correct typo in comment.schnetter2004-08-18
* Allow hyperslabs of zero-sized grid variables.tradke2004-06-04
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-22
* Hyperslab mappings can now be defined to include periodic boundary points.tradke2003-11-17
* Declare the cGH pointer in aliased routines as CCTK_POINTER_TO_CONSTtradke2003-09-01
* Fix for the definition of local hyperslab mappings for periodic BC.tradke2003-06-24
* Multiprocessor bugfix for 1D diagonal hyperslab extraction from 3D grid arrays.tradke2003-03-12
* Fixed compiler warnings about potentially uninitialized variables and usingtradke2002-11-12
* Declare the hyperslab routines provided by PUGHSlab as function aliases.tradke2002-11-06
* Include ghostzones in processor-local hyperslabs.tradke2002-06-24
* Implemented routines to define and extract local hyperslabs.tradke2002-04-25
* Commented out a debug message.tradke2002-03-26
* Just syncing my local changes for the new hyperslabbing API with CVS.tradke2002-03-25
* Changed the new API according to the final hyperslabbing API spec.tradke2002-03-21
* Turned return type of Hyperslab_FreeMapping() from 'int' to 'CCTK_INT'tradke2001-12-18
* Removed old hyperslabbing code for diagonals which was working only fortradke2001-12-16
* Bug fixes and more error checking in the new hyperslab API routines.tradke2001-12-05
* Added (still incomplete) implementation of the new Hyperslab API.tradke2001-12-04