aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Replace Cactus complex number type with C/C++ complex numbersHEADmastereschnett2013-03-08
* Remove superfluous if conditioneschnett2012-11-22
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Remove unused variableseschnett2012-05-11
* Avoid segfault when not using MPIeschnett2012-01-10
* Remove newline from string literalschnetter2006-01-31
* Added free statements for local variables, added a check condition not to all...yye002005-12-07
* changes to ELLSOR to use new reduction api, removed references to pointwise f...yye002005-12-05
* migration from misnomer pointwise-reduction to reduce arrays globallyyye002005-11-14
* pointwise reduction implementation in PUGHReduceyye002005-11-08
* Calculate the index ranges for the local reduction correctly. PUGH'sschnetter2005-11-02
* This patch switches checking from #ifdef cctk_* to #ifdef have_cctk*, otherwi...yye002005-10-25
* These are the final changes to the reduction stuff. All tests passed.yye002005-10-21
* best parameter table checking is now addedyye002005-10-19
* fixed the false warning messages, added parameter table creation/deletion che...yye002005-10-18
* A minor modification for divide by zero weight sumyye002005-09-15
* This commit fully enables full weighted reduction operations from PUGHReduceyye002005-09-14
* Check for NULL pointer passed as output array in CCTK_Reduce().tradke2005-05-24
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29
* Fixed reduction of scalars: the wrong data pointer was used for local reducti...tradke2005-01-25
* matching the new -correct- complex reduction definitionsyye002005-01-25
* Correct L3 and L4 norms for complex numbers.schnetter2005-01-23
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
* update to match local reduction updateyye002004-12-14
* fixed staggering with new global reduction, will add more tests to globalredu...yye002004-11-29
* use var index instead group index, fix from Ian Hawkeyye002004-11-03
* added mpi_reduce calls, made the processor number an argument in grid array r...yye002004-10-19
* changed mpi_operation to global_operation-better namingyye002004-10-14
* Make it work in the non-MPI case.goodale2004-09-14
* Fix memory allocation error.goodale2004-09-14
* typoyye002004-09-09
* minor fixyye002004-09-09
* New global reduction stuff.goodale2004-09-09
* pGV structure has changed: it now stores the directional stagger indices.tradke2004-06-26
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Fix for the reduction of grid arrays which don't have any point on a specifictradke2003-07-09
* Added new reduction operator "count" which returns the number of grid pointstradke2003-04-15
* Fixed variable declaration for the non-MPI case.tradke2003-04-14
* Added new reduction operator "average" provided by Erik Schnetter.tradke2003-04-14
* Handle all complex variable datatypes (not just the standard CCTK_COMPLEX).tradke2003-04-14
* Almost forgot to commit this: added 'const' qualifiers to all the read-onlytradke2003-03-10
* NormInf needs a MAX MPI reduction (and not a SUM).tradke2002-08-13
* Fixed compiler warnings about unused arguments.tradke2002-06-20
* Fixed a compiler warning.tradke2002-06-03
* Check for zero-sized arrays and return an error in case.tradke2002-04-08
* Added some more comments to document how the domain to reduce is set up.tradke2002-03-07
* Fixed compiler warnings on unused function arguments.tradke2001-11-05
* Fixed a bug for periodic BC.tradke2001-10-09
* Added Erik's new reduction operator "norm_inf" to compute the the L-inifinty ...tradke2001-08-27
* Reduction for Grid Scalars. Weakly tested.goodale2001-06-29