aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Replace Cactus complex number type with C/C++ complex numbersHEADmastereschnett2013-03-08
* Remove superfluous if conditioneschnett2012-11-22
* Move MPI support from flesh to a thorneschnett2012-07-21
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Remove unused variableseschnett2012-05-11
* Avoid segfault when not using MPIeschnett2012-01-10
* Include Licence in READMEknarf2009-01-27
* Unify README file formatknarf2009-01-26
* use correct latex package in documentationknarf2009-01-22
* Remove newline from string literalschnetter2006-01-31
* Convert CRLF to LFschnetter2006-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
* Correct email address in copyright statement.schnetter2005-10-22
* 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
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
* 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
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* PUGH* thorns don't inherit from implementation "Driver" anymore buttradke2003-09-04
* Fix for the reduction of grid arrays which don't have any point on a specifictradke2003-07-09
* Update for new reduction operators and synonym names.tradke2003-04-15
* 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
* Document new reduction operator "average". Also mark those operators whichtradke2003-04-14
* Added new reduction operator "average" provided by Erik Schnetter.tradke2003-04-14