aboutsummaryrefslogtreecommitdiff
path: root/src/MaxFunctions.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 variablesknarf2012-12-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/LocalReduce/trunk@99 7daa882c-dc44-4453-834e-278d26b18e6a
* Patch to change the initial value of Maximum reduction from 0.0 to the first ↵yye002006-02-23
| | | | | | element in the input array git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@74 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
* Modification to Max and Min reductions, if the weight is zero they do are ↵yye002005-09-15
| | | | | | not included in the reduction operation. Some minor modification for divide by zero weight sum git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@60 7daa882c-dc44-4453-834e-278d26b18e6a
* Upon more careful consideration, Min and Max reductions should not have ↵yye002005-09-15
| | | | | | weights. I changed the reduction operation to reflect that. If anyone has a good good reason as to why Min and Max should have weights, please do inform me andI will put it back. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@59 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 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