aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid/src
Commit message (Expand)AuthorAge
* CarpetRegrid: Explicitly convert size_t to intErik Schnetter2006-06-19
* CarpetRegrid: Explicitly convert from/to CCTK_INT and from/to CCTK_REALErik Schnetter2006-06-13
* CarpetRegrid: Correct signature of scheduled functionErik Schnetter2006-06-07
* CarpetRegrid: use xpose instead of zip to transpose a vectErik Schnetter2006-06-06
* CarpetRegrid: Explicitly convert vect<int> to vect<CCTK_REAL>Erik Schnetter2006-06-06
* CarpetRegrid: Correct refinement level spacing for convergence_level!=0Erik Schnetter2006-05-26
* CarpetRegrid: Use vector<bool> instead of an int arrayErik Schnetter2006-05-01
* CarpetRegrid: Take convergence levels into account for grid spacingsErik Schnetter2006-05-01
* Fixed CarpetRegrid/regrid.cc to make tracking black holes work with Vanilla d...cott2006-04-15
* CarpetRegrid: Construct "multigrid boxes" only once, not once per levelErik Schnetter2006-03-29
* CarpetRegrid: Do not check superfluous refinement levelsErik Schnetter2006-03-29
* CarpetRegrid: Added support for BH Trackingcott2006-02-22
* CarpetRegrid: Allow to steer regridding from other thornsErik Schnetter2005-06-05
* CarpetRegrid: Better error messages for wrong refinement specificationsErik Schnetter2005-06-01
* global: Add varying refinement factorsErik Schnetter2005-05-01
* CarpetRegrid: remove invalid restrict qualifier in Automatic_Recursive()Thomas Radke2005-04-05
* CarpetRegrid: Correct some errors in the automatic regridding routineErik Schnetter2005-03-23
* CarpetRegrid: Change "&&" and "||" to "and" and "or"Erik 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
* CarpetRegrid: Use C style cast to CCTK_REAL because it might be a macroErik Schnetter2005-02-01
* CarpetRegrid: Replace <assert.h> with <cassert>Erik Schnetter2005-02-01
* CarpetRegrid: Add missing #include statementErik Schnetter2005-02-01
* 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
* UNDO: Initialise_decomposeswhite2004-12-01
* Initialise_decomposeswhite2004-12-01
* CarpetRegrid: output a legible error message for errors in the refinement spe...Erik Schnetter2004-10-08
* CarpetRegrid: allow refined regions to moveErik Schnetter2004-10-08
* Correct spacing setup on nonzero convergence levelsErik Schnetter2004-09-18
* Remove CVS header tagsErik Schnetter2004-09-18
* Take convergence level into account when checking grid spacing.schnetter2004-08-14
* Update loop over a bounding box to the not-so-recent change of theschnetter2004-08-04
* Use pow() instead of ipow() because the exponent can be negative.schnetter2004-08-03
* Update check for "smart_outer_boundaries".schnetter2004-08-02
* Do not return early.schnetter2004-08-02
* Use C++ cast instead of C cast.schnetter2004-08-02
* #include <sstream>tradke2004-07-02
* Ensure that the spacing as given by the user is consistent with theschnetter2004-06-27
* Take convergence factor into account.schnetter2004-06-14
* Removed diagnostic output.bzink2004-06-02
* Added "force" boolean parameter to Carpet_Regrid. This forces Carpet_Regridbzink2004-06-02
* Fix PMR.cott2004-06-01
* Change indentation.schnetter2004-05-31
* Fix bug in keeping the refinement structure, and add two test casesschnetter2004-05-29
* Introduce a parameter that allows omitting calling recompose when noschnetter2004-05-29
* Add parameter "verbose".schnetter2004-05-27
* Fix bug in smart_outer_boundaries.schnetter2004-05-21
* Fix bug in calculating the exterior extent of refined regionsschnetter2004-05-13