aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid/src/regrid.cc
Commit message (Expand)AuthorAge
* Remove all #warning statementsErik Schnetter2012-09-11
* Introduce a tree data structure to speed up domain decompositionErik Schnetter2008-06-20
* CarpetRegrid: Clarify a complicated if statementErik Schnetter2008-02-20
* CarpetRegrid: Adapt to region_t changesErik Schnetter2007-01-12
* CarpetRegrid: Fix logic that decides when to do regridding.cott2006-11-24
* CarpetRegrid: Explicitly convert from/to CCTK_INT and from/to CCTK_REALErik Schnetter2006-06-13
* Fixed CarpetRegrid/regrid.cc to make tracking black holes work with Vanilla d...cott2006-04-15
* CarpetRegrid: Allow to steer regridding from other thornsErik Schnetter2005-06-05
* 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: Replace <assert.h> with <cassert>Erik Schnetter2005-02-01
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* UNDO: Initialise_decomposeswhite2004-12-01
* Initialise_decomposeswhite2004-12-01
* Remove CVS header tagsErik Schnetter2004-09-18
* 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
* Adapt to new regridding interface; regridding routines are now calledschnetter2004-04-19
* Remove the parameters Carpet::prolongate_initial_data; this is nowschnetter2004-04-18
* Implement a moving excision region.schnetter2004-04-14
* Report a warning instead of aborting when the RegridLevel functionschnetter2004-02-09
* Shorten keyword option.schnetter2004-02-05
* Introduce a keyword parameter that selects between fixed and variableschnetter2004-02-05
* Import the recently announced changes:schnetter2004-01-25
* Changed interface to aliased function "RegridLevel" - added parameter maxrefl...cott2004-01-15
* Changes to CarpetRegrid.hawke2004-01-13
* Round manually specified coordinates to the nearest grid point, butschnetter2003-11-21
* More error checking when converting real coordinates to integer grid points.schnetter2003-11-14
* Implement specifying refined boxes by coordinates instead of by gridschnetter2003-11-13
* Replace num_points() by size().schnetter2003-09-20
* Check structure of outerbounds parameter.schnetter2003-09-11
* Fix refine=centre to make it centred.schnetter2003-08-14
* Fix bug in grid layout with manual-coordinates.schnetter2003-08-14
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
* Handle empty groups.schnetter2003-05-23
* In MakeRegions_AsSpecified, we're looping over the number of components (not ...hawke2003-05-05
* Handle pointwise reductions as well.schnetter2003-04-30
* Introduced a new parameter "outside_boundary_points". It decidesschnetter2002-12-12
* Handle the case better where the refined region is close to the outerschnetter2002-12-12
* Small change.schnetter2002-10-24
* Added arrangement name and final semicolon to CCTK_FILEVERSION macro.schnetter2002-10-24
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
* Create list of which boundaries to treat.schnetter2002-07-12