aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/fulltree.cc
Commit message (Collapse)AuthorAge
* CarpetLib: add self-copy logic to classes with pointer membersRoland Haas2012-09-11
| | | | right now disabled by an assert
* CarpetLib: Improve comments and debug facilities in fulltree data structureErik Schnetter2011-12-14
|
* Import CarpetErik Schnetter2011-12-14
| | | | Ignore-this: 309b4dd613f4af2b84aa5d6743fdb6b3
* CarpetLib: Correct C++Erik Schnetter2008-10-10
| | | | | Remove superfluous template declaration. Add scope when calling static function.
* CarpetLib: Simplify fulltree API to avoid problems with PGI compilerErik Schnetter2008-09-05
|
* CarpetLib: Add more consistency checks to the fulltree classErik Schnetter2008-09-04
|
* CarpetLib: Allow empty fulltreesErik Schnetter2008-08-03
|
* Introduce a tree data structure to speed up domain decompositionErik Schnetter2008-06-20
Introduce a tree data structure "fulltree", which decomposes a single, rectangular region into a tree of non-overlapping, rectangular sub-regions. Move the processor decomposition from the regridding thorns into Carpet. Create such trees during processor decomposition. Store these trees with the grid hierarchy.