aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce/src/reduce.cc
Commit message (Expand)AuthorAge
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* Use ipow instead of pow in various placesErik Schnetter2004-12-25
* typecase_INCLUDE_HEADER_INswhite2004-12-01
* CarpetRegrid: clean up time interpolationErik Schnetter2004-10-08
* Small cleanup in CarpetReduceErik Schnetter2004-09-22
* Relax consistency test in reduction operationsErik Schnetter2004-09-21
* Remove CVS header tagsErik Schnetter2004-09-18
* Calculate the weight function correctly.schnetter2004-08-02
* Support multi-patch.schnetter2004-07-06
* Add "if weight > 0" statements to prevent reducing nans on coarseschnetter2004-07-02
* Implement true global reduction operations, i.e. time interpolation.schnetter2004-06-27
* Don't call MPI reduction operators for complex numbers; call the realschnetter2004-06-21
* Implement global reduction operators:schnetter2004-06-14
* Enable multiple mapsschnetter2004-05-04
* Explicitly cast constness awayschnetter2004-03-31
* Fix bug in looping over refinement levels.schnetter2004-03-31
* Restructure the conversion between CCTK_COMPLEX* andschnetter2004-03-01
* Fix definition of mymin and mymax for complex values.schnetter2004-02-01
* Fixed some namespace problems by explicitly specifying namespace stdswhite2004-01-27
* Import the recently announced changes:schnetter2004-01-25
* Fix bug in the maximum reduction operator.schnetter2003-11-12
* Make fit for complex values.schnetter2003-07-30
* Adapt local array reduction to PUGH API.schnetter2003-07-23
* Remove leftover debugging statements.schnetter2003-07-23
* Change API of grid variable reductions to match PUGH.schnetter2003-07-23
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
* Major update after a quiet time.schnetter2003-06-18
* Allow reducing grid arrays.schnetter2003-05-21
* Make C++ arrays sizes known at compile time.schnetter2003-05-14
* Make code const-correct. Well, sort of.schnetter2003-05-13
* Handle empty grids.schnetter2003-05-13
* Abort when in global mode, because this is not yet handled.schnetter2003-05-12
* Remove the special case of "extended local mode" which is now handledschnetter2003-05-02
* Use vector<> instead of pointers.schnetter2003-04-30
* Fix serious bugs with counting dimensions.schnetter2003-04-29
* Do take the outer boundary values into account when reducing.schnetter2003-04-12
* Change many "cGH *" to "const cGH *", and apply corresponding updatesschnetter2003-03-12
* Added arrangement name and final semicolon to CCTK_FILEVERSION macros.schnetter2002-10-24
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
* Added "product" reduction.schnetter2002-08-02
* Fixed bugs.schnetter2002-06-06
* Removed parentheses in "new" expression. C++ syntax is strange.schnetter2002-06-05
* Use DBL_MAX etc. instead of HUGE_VAL etc. Thanks to J. Thornburg forschnetter2002-04-11
* Added CCTK_FILEVERSION macros.schnetter2002-03-26
* Slight changes to make Carpet compile under gcc 3.0.schnetter2002-03-11
* Added stream input routines for some CarpetLib containers.schnetter2002-03-11
* Introduced "min" and "max" for complex numbers as element-wise operation.schnetter2002-03-06
* Introduced a new component iterator that loops only over theschnetter2002-01-02
* Fixed bugs on multiple processors:schnetter2002-01-01
* Added initial stab at reduction operators for Carpet.schnetter2001-12-11