aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce
Commit message (Expand)AuthorAge
* CarpetReduce: Disable an incorrect special case for the reduction maskErik Schnetter2007-01-12
* CarpetReduce: Correct definition of mymin and mymax; introduce myisnanErik Schnetter2007-01-12
* CarpetReduce: Adapt to region_t changesErik Schnetter2007-01-12
* CarpetReduce: Schedule also in postregridinitial binErik Schnetter2006-12-06
* CarpetReduce: Formatting changesErik Schnetter2007-01-12
* CarpetReduce: Add grouptype argument when calling mode handling functionsErik Schnetter2006-10-03
* CarpetReduce: Clean up source codeErik Schnetter2006-09-25
* CarpetReduce: Use HAVE_CCTK_REAL* instead of CCTK_REAL*Erik Schnetter2006-09-25
* CarpetReduce: Rename local variables imin/imax to bmin/bmaxErik Schnetter2006-09-25
* CarpetReduce: Explicitly convert from/to CCTK_INT and from/to CCTK_REALErik Schnetter2006-06-13
* CarpetReduce: Correct signature of scheduled functionErik Schnetter2006-06-07
* CarpetReduce: Handle groups without storage gracefullyErik Schnetter2006-04-13
* CarpetReduce: Check whether input and output types agreeErik Schnetter2006-04-13
* CarpetReduce: Cache the grid function index of the weight functionErik Schnetter2005-11-19
* CarpetReduce: Add new norm sum_abs_squaredErik Schnetter2005-11-19
* CarpetReduce: Handle sqrt() of integer values in a more C++ like fashionErik Schnetter2005-11-19
* CarpetReduce: Use static_assert to ensure that dim==3Erik Schnetter2005-11-19
* CarpetReduce: tag CarpetReduce::weight with 'checkpoint="no"'Thomas Radke2005-09-13
* CarpetReduce: Change to new style C++ header filesErik Schnetter2005-07-26
* CarpetReduce: Correct error in calculating the past levels' current timesErik Schnetter2005-07-04
* CarpetReduce: Handle empty domains gracefullyErik Schnetter2005-06-03
* global: Add varying refinement factorsErik Schnetter2005-05-01
* CarpetReduce: handle the case of zero reductionsErik Schnetter2005-04-30
* CapretReduce: Do not crash on grid functions with only one time levelErik Schnetter2005-04-28
* CarpetReduce: Handle groups that have not all time levels allocatedErik Schnetter2005-03-03
* global: Change the way in which the grid hierarchy is storedErik Schnetter2005-02-01
* global: Turn CarpetLib templates into classesErik Schnetter2005-01-01
* CarpetReduce: Fix syntax errorErik Schnetter2005-01-27
* CarpetReduce: Relax check that ensures that times are equalErik Schnetter2005-01-10
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* Use ipow instead of pow in various placesErik Schnetter2004-12-25
* CarpetLib:gh exposed data clamp-downswhite2004-12-10
* typecase_INCLUDE_HEADER_INswhite2004-12-01
* Do not use CVS $Date$ for latex documentation any moreErik Schnetter2004-11-18
* CarpetRegrid: clean up time interpolationErik Schnetter2004-10-08
* Small cleanup in CarpetReduceErik Schnetter2004-09-22
* Do not set weight to zero on ghost zonesErik Schnetter2004-09-22
* Correct error in weight calculation on multiple processorsErik Schnetter2004-09-22
* Say that CarpetRegrid::weight has only one time levelErik Schnetter2004-09-22
* Relax consistency test in reduction operationsErik Schnetter2004-09-21
* Remove CVS header tagsErik Schnetter2004-09-18
* Do not loop over empty bboxes, because the imin/imax calculation wouldschnetter2004-08-05
* Correct error in setting up the edges and corners of the weightschnetter2004-08-04
* Correct output text.schnetter2004-08-04
* 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
* Remove warnings about group and variable names being distinct.hawke2004-06-21
* Don't call MPI reduction operators for complex numbers; call the realschnetter2004-06-21