aboutsummaryrefslogtreecommitdiff
path: root/src/Mapping.c
Commit message (Expand)AuthorAge
* 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