aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/dh.cc
Commit message (Expand)AuthorAge
...
* CarpetLib: Add outer buffer zonesErik Schnetter2005-08-08
* CarpetLib: Correct typo in commentErik Schnetter2005-08-08
* CarpetLib: resolve conflict between collective communication and mem<T>Erik Schnetter2005-04-11
* Carpet/CarpetLib: deactivate CarpetLib::minimise_outstanding_communicationsThomas Radke2005-04-11
* CarpetLib: Resolve conflict after introducing mem<T> classErik Schnetter2005-04-10
* CarpetLib: Introduce new class mem<T> for memory managementErik Schnetter2005-03-05
* CarpetLib, Carpet: implement and use collective communication buffersThomas Radke2005-03-30
* Carpet/CarpetLib: minimise the number of outstanding communication requeststradke2005-03-11
* Reverse iterator orderIan Hawke2005-02-09
* CarpetLib: Whitespace changeErik Schnetter2005-02-01
* global: Change the way in which the grid hierarchy is storedErik Schnetter2005-02-01
* CarpetLib: Add more checks to dh classErik Schnetter2005-01-02
* CarpetLib: Rename some variables to avoid shadowing class membersErik Schnetter2005-01-01
* 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