aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Disable (broken) support for complex numbersHEADmastereschnett2013-03-03
* mark input array of macro as potentially unused to avoid compiler warnings wh...knarf2012-12-14
* mark input array of macro as potentially unused to avoid compiler warnings wh...knarf2012-12-14
* remove unused variables to remove compiler warningsknarf2012-12-14
* remove unused variablesknarf2012-12-06
* correct type cast (add const)knarf2012-12-06
* revert commit 95, which actually didn't solve the problemknarf2012-12-05
* remove unused variable weight_sumknarf2012-12-05
* properly declare pointer as const in ITERATE_ON_ARRAYknarf2012-12-05
* Initialize "inval" variableeschnett2011-10-27
* Improve grammar in READMEhinder2011-09-21
* Include Licence in READMEknarf2009-01-27
* Unify README file formatknarf2009-01-26
* fix calculation of L2/L3/L4 norms for grid variables of datatype CCTK_COMPLEXtradke2008-03-26
* mismatch in casting caused by bad use of CCTK_Cmplx8/16/32/Abs.yye002007-10-13
* Patch to change the initial value of Maximum reduction from 0.0 to the first ...yye002006-02-23
* Fix for infinite norm, removed superfluous divide by num_points and changed t...yye002006-01-24
* added average operation, which is essentially the mean operationyye002005-11-16
* Define minimum and maximum of complex values.schnetter2005-11-14
* Describe the local reduction operators and their definitions, bothschnetter2005-11-10
* Don't call the API "new API"; the word "new" loses its meaning afterschnetter2005-11-09
* Fix calculation of the infinite norm: do _not_ divide the maximum of thetradke2005-11-09
* commits to change IOBasic to use the new reduction interface. This breaks the...yye002005-11-01
* This patch switches checking from #ifdef cctk_* to #ifdef have_cctk*, otherwi...yye002005-10-25
* Correct email address in copyright statement.schnetter2005-10-22
* Correct email address in copyright statement.schnetter2005-10-22
* Correct email address of Cactus maintainers.schnetter2005-10-22
* minor addition/modification that did not go through the last patchyye002005-10-06
* Modification to Max and Min reductions, if the weight is zero they do are not...yye002005-09-15
* Upon more careful consideration, Min and Max reductions should not have weigh...yye002005-09-15
* This commit fully enables weighted reductions in LocalReduce. They have been ...yye002005-09-14
* Use CCTK_BYTE instead of CCTK_CHAR.schnetter2005-01-29
* adjusting the cctk_fileversion from cctdevelopment to cactusbaseyye002005-01-26
* fixed file version, was CCTDevelopment now is CactusBase, made localreduce ma...yye002005-01-26
* matching the new -correct- complex reduction definitionsyye002005-01-25
* no processing for scalars, save some timeyye002005-01-24
* fixed off by one error, changed min and max starting values and other general...yye002004-12-14
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
* new implementation of LocalReduction that does not cause compilers to crash, ...yye002004-10-26
* cut down compilation time by reducing size of iterator macroyye002004-10-18
* changed mpi_operation to global_operation-better namingyye002004-10-14
* Fix latex errors.tradke2004-09-10
* more type casting fixes for COMPLEX/REAL16yye002004-09-10
* fixed casting for COMPLEX and REAL16yye002004-09-10
* moved declarations to before assignmentyye002004-09-09
* fix typoyye002004-09-09
* fixing what might cause a problem in the futureyye002004-09-05
* added better functionalityyye002004-08-31
* removed all warningsyye002004-08-30
* moved fix from one place to anotheryye002004-08-30