aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Replace Cactus complex number type with C/C++ complex numbersHEADmastereschnett2013-03-08
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* 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
* assert fixyye002004-08-12
* Allow hyperslabs of zero-sized grid variables.tradke2004-06-04
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-22
* Fixed gcc compiler warnings about unused parameters.tradke2003-12-08
* Hyperslab mappings can now be defined to include periodic boundary points.tradke2003-11-17
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Removed wrong assert statements would caused then code to stop whentradke2003-09-25
* Declare the cGH pointer in aliased routines as CCTK_POINTER_TO_CONSTtradke2003-09-01
* Fixed predefined routines for datatype conversions. Now they take the sourcetradke2003-09-01
* Removed deprecated hyperslab routines Hyperslab_GetHyperslab() andtradke2003-08-18
* Change to CCTK_MaxTimeLevelsallen2003-07-16
* 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 a bug for extracting 3D diagonal hyperslabs.tradke2003-03-11
* Fixed a bug when downsampling in single precision.tradke2003-02-19
* Fixed compiler warnings about potentially uninitialized variables and usingtradke2002-11-12
* Declare the hyperslab routines provided by PUGHSlab as function aliases.tradke2002-11-06
* Check that the variable to get a hyperslab from has storage assigned.tradke2002-09-04
* Fixed a bug wherein Hyperslab_Get() did not properly handle a negativerideout2002-08-01
* Fixed a bug in datatype conversions. Now single-precision output should worktradke2002-07-23
* Include ghostzones in processor-local hyperslabs.tradke2002-06-24
* Removed unused variable to get rid of a compiler warning.tradke2002-05-29
* Implemented routines to define and extract local hyperslabs.tradke2002-04-25
* Sort processor-local chunks into an unchuned hyperslab.tradke2002-04-13
* Fixed a bug for configurations without MPI.tradke2002-04-12
* Fixed a CCTK_INT/int problem. This closes PR CactusPUGH/954.tradke2002-03-26
* Removed a C++ comment.tradke2002-03-26
* Commented out a debug message.tradke2002-03-26
* Just syncing my local changes for the new hyperslabbing API with CVS.tradke2002-03-25
* Just syncing my local changes for the new API.tradke2002-03-22
* Changed the new API according to the final hyperslabbing API spec.tradke2002-03-21
* Bugfix for hyperslab extraction with data conversion and downsampling appliedtradke2002-02-18
* Fixed CCTK_INT<->int datatype problems which weren't liked by the T3E compiler.tradke2001-12-19
* 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
* Allow hyperslab requests with a zero-extent. It does nothing but return 0tradke2001-12-11
* 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
* PUGHSlab internal typedefs and prototypes.tradke2001-12-03
* Some small fixes for the old hyperslab API.tradke2001-12-03
* Added const qualifier to the 'cGH *' argument of some more PUGHSlab functions.tradke2001-11-05
* Fixed function argument list for PUGH_MPIDataType().tradke2001-06-27
* Hyperslabs can be done now for every possible CCTK datatype.tradke2001-06-27