aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/dh.cc
Commit message (Expand)AuthorAge
* global: Turn CarpetLib templates into classesErik Schnetter2005-01-01
* global: Replace "&&" and "||" by "and" and "or"Erik Schnetter2005-02-01
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* CarpetLib: Use new style instead of old style C++ headersErik Schnetter2004-12-25
* CarpetLib:gh exposed data clamp-downswhite2004-12-10
* dh_tidyswhite2004-11-23
* dh_decompose_fixswhite2004-11-23
* dh_decomposeswhite2004-11-22
* Remove CVS header tagsErik Schnetter2004-09-18
* Recompose vector groups on multiple refinement levels correctly.schnetter2004-09-17
* Re-introduce the parameter Carpet::prolongate_initial_data with theschnetter2004-08-07
* Free vector groups leaders only after the other vector elements haveschnetter2004-06-08
* Add option to use less memory during regridding.schnetter2004-05-21
* Ensure that vector leaders are handled consistentlyschnetter2004-04-22
* Regrid all grid functions at once. This is necessary to treate vectorschnetter2004-04-19
* Remove the parameters Carpet::prolongate_initial_data; this is nowschnetter2004-04-18
* Comment out self-consistency check that might be too eagerschnetter2004-04-07
* Fix bug in calculating the boundary prolongation zones on multipleschnetter2004-03-23
* Import the recently announced changes:schnetter2004-01-25
* Fix another (maybe) bug in calculating the prolongation regions.schnetter2004-01-21
* Use .at() instead of [] to access vectors.schnetter2004-01-20
* While restricting, don't assume that there are buffer zones atschnetter2004-01-16
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Fix bug in automatic domain decomposition.schnetter2003-10-16
* bbox::size() and bboxset::size() return the number of grid points, notschnetter2003-09-19
* Reformat source code more nicely.schnetter2003-07-23
* Fix the casing of the postrestrict group to PostRestrict. Update allschnetter2003-07-20
* Fix uninitialised variables in vector functions.schnetter2003-07-17
* Don't put a buffer zone at outer boundaries of refined grids.schnetter2003-07-17
* Introduce a buffer zone between the prolongation destination andschnetter2003-07-16
* Declare some more routines as taking a const cGH *, to match theschnetter2003-07-14
* Don't insert empty bboxes into the bbox lists for the transfer descriptions.schnetter2003-05-23
* Handle empty grids.schnetter2003-05-13
* Implement a proper separation between global, level, and local mode.schnetter2003-05-08
* Restrict all of the interior of the grid.schnetter2003-05-07
* Do not initialise the finer levels of the grid functions at initialschnetter2003-05-02
* dh.cc: Handle empty grids, i.e. processors without any grid points.schnetter2003-04-30
* Remove #warning statements that are not understood by the SGIschnetter2003-03-28
* bboxset.cc: Output setsize as well.schnetter2003-03-26
* Add normalize routine to normalise bboxsets. This isn't perfect yet,schnetter2003-03-18
* Handle empty bboxes.schnetter2003-02-25
* Inserted missing "typename" keyword.schnetter2003-01-10
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* bboxset.hh: Added new function "setsize" to the bboxset class. Itschnetter2002-12-12
* Changed preprocessor debug flag into Cactus parameter.schnetter2002-10-24
* Do not add ghost zones at outer boundaries.schnetter2002-10-14
* Fixed some compiler warnings. Mostly added C++ "typename" keywords.schnetter2002-08-30
* Removed user choice of C++ template instantiation model. In myschnetter2002-05-05
* Cleaned up the code to make it work with multiple multigrid levelsschnetter2002-01-09
* Changed handling of interpolation orders; they are now stored in theschnetter2001-12-09