aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionAvg.c
Commit message (Collapse)AuthorAge
* Disable (broken) support for complex numbersHEADmastereschnett2013-03-03
| | | | | | | | Disable (broken) support for complex numbers in anticipation of the upcoming complex number re-write in the flesh. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/LocalReduce/trunk@103 7daa882c-dc44-4453-834e-278d26b18e6a
* remove unused variables to remove compiler warningsknarf2012-12-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/LocalReduce/trunk@100 7daa882c-dc44-4453-834e-278d26b18e6a
* This patch switches checking from #ifdef cctk_* to #ifdef have_cctk*, ↵yye002005-10-25
| | | | | | otherwise it contains minor changes here and there, code cleanup and such. Please confirm testglobal and testlocal reduce git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@66 7daa882c-dc44-4453-834e-278d26b18e6a
* minor addition/modification that did not go through the last patchyye002005-10-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@61 7daa882c-dc44-4453-834e-278d26b18e6a
* This commit fully enables weighted reductions in LocalReduce. They have been ↵yye002005-09-14
| | | | | | tested on a modified TestGlobalReduce, commits will soon follow to TestGlobalReduce (as well as testsuites). There is a minor refinement to these patches that will soon go in, and some code cleanup. Please verify and confirm git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@58 7daa882c-dc44-4453-834e-278d26b18e6a
* Use CCTK_BYTE instead of CCTK_CHAR.schnetter2005-01-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@56 7daa882c-dc44-4453-834e-278d26b18e6a
* fixed file version, was CCTDevelopment now is CactusBase, made localreduce ↵yye002005-01-26
| | | | | | match globalreduce in terms of using the new complex power function git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@54 7daa882c-dc44-4453-834e-278d26b18e6a
* fixed off by one error, changed min and max starting values and other ↵yye002004-12-14
| | | | | | general code cleaning git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@51 7daa882c-dc44-4453-834e-278d26b18e6a
* new implementation of LocalReduction that does not cause compilers to crash, ↵yye002004-10-26
| | | | | | changed the cascaded switch statements to function calls git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@48 7daa882c-dc44-4453-834e-278d26b18e6a
* changed mpi_operation to global_operation-better namingyye002004-10-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@46 7daa882c-dc44-4453-834e-278d26b18e6a
* fixed casting for COMPLEX and REAL16yye002004-09-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@43 7daa882c-dc44-4453-834e-278d26b18e6a
* fix typoyye002004-09-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@41 7daa882c-dc44-4453-834e-278d26b18e6a
* added better functionalityyye002004-08-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@39 7daa882c-dc44-4453-834e-278d26b18e6a
* removed all warningsyye002004-08-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@38 7daa882c-dc44-4453-834e-278d26b18e6a
* more conditioningyye002004-08-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@36 7daa882c-dc44-4453-834e-278d26b18e6a
* most minor fixes and indentation stuffyye002004-08-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@32 7daa882c-dc44-4453-834e-278d26b18e6a
* warning fixesyye002004-08-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@29 7daa882c-dc44-4453-834e-278d26b18e6a
* continuing cleaning ...yye002004-08-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@28 7daa882c-dc44-4453-834e-278d26b18e6a
* reduction avgyye002004-08-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@22 7daa882c-dc44-4453-834e-278d26b18e6a
* started putting stuff backyye002004-08-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@15 7daa882c-dc44-4453-834e-278d26b18e6a
* Making sure that externally resolvable symbols are globally unique.goodale2004-08-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@14 7daa882c-dc44-4453-834e-278d26b18e6a
* removing references to PUGHyye002004-08-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@13 7daa882c-dc44-4453-834e-278d26b18e6a
* Adding semicolons after CCTK_FILEVERSION macros.goodale2004-08-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@11 7daa882c-dc44-4453-834e-278d26b18e6a
* This commit was generated by cvs2svn to compensate for changes in r8, whichyye002004-07-14
| | | | | | included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@9 7daa882c-dc44-4453-834e-278d26b18e6a
* This commit was generated by cvs2svn to compensate for changes in r6, whichyye002004-06-25
| | | | | | included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@7 7daa882c-dc44-4453-834e-278d26b18e6a
* This commit was generated by cvs2svn to compensate for changes in r4, whichravi92004-06-10
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@5 7daa882c-dc44-4453-834e-278d26b18e6a