aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gh.cc
Commit message (Expand)AuthorAge
* Timers: Move all timer-related code into a new thorn TimersErik Schnetter2013-08-07
* CarpetLib: Ensure that gh/dh/th destructors are called in the right orderErik Schnetter2013-08-06
* CarpetLib: Store registered gh, dh, th, gf, data etc. via sets, not via listsErik Schnetter2013-08-04
* CarpetLib: Correct implementation of "don't interpolate from buffer zones"Erik Schnetter2013-02-18
* CarpetLib: Use "process" instead of "processor" in comments and outputErik Schnetter2012-11-24
* Remove Carpet's mechanisms to deal with how to call isnanErik Schnetter2012-10-22
* CarpetLib: Do not interpolate from buffer zones, if requestedErik Schnetter2012-09-16
* Remove all #warning statementsErik Schnetter2012-09-11
* CarpetLib: Declare gh::level_did_change as constErik Schnetter2012-09-11
* CarpetLib: Extend operator API to allow hyperslabbingErik Schnetter2012-09-11
* CarpetLib: Correct component and process ids while regriddingErik Schnetter2011-12-14
* CarpetLib: Rearrange order of #include statementsErik Schnetter2011-12-14
* CarpetLib: correct typo in commentknarf2011-12-14
* CarpetLib: Suggest new functions ipos2rpos and rpos2ipos for ghErik Schnetter2011-12-14
* CarpetLib: Correct ggf::new_typed_dataErik Schnetter2011-12-14
* CarpetLib: Normalize bboxsets automaticallyErik Schnetter2011-12-14
* CarpetLib: Check for nans when converting to grid point indicesErik Schnetter2011-12-14
* Re-organise time level handlingErik Schnetter2011-12-14
* Import CarpetErik Schnetter2011-12-14
* CarpetLib: Correct error in commentErik Schnetter2008-08-03
* CarpetLib: Implement function gh::locate_positionErik Schnetter2008-07-14
* Introduce a tree data structure to speed up domain decompositionErik Schnetter2008-06-20
* Enhance support for multi-patch simulationsErik Schnetter2008-03-19
* CarpetLib: Add function memoryof to measure size of data structuresErik Schnetter2008-02-02
* CarpetLib: Allow empty domainsErik Schnetter2007-05-10
* CarpetLib: Various gh changesErik Schnetter2007-04-19
* CarpetLib: Small regridding optimisation in gh classErik Schnetter2007-03-12
* CarpetLib: Use AT to index std::vectorErik Schnetter2007-02-03
* CarpetLib: Ensure that the strides are compatible with the refinement factorsErik Schnetter2007-01-12
* CarpetLib: Add new datatype region_tErik Schnetter2007-01-12
* CarpetLib: Correct error in determining whether a grid structure changedErik Schnetter2006-09-28
* CarpetLib: When recomposing, return whether a refinement level was changedErik Schnetter2006-09-25
* CarpetLib: Split recompose functions into regrid and recomposeErik Schnetter2006-09-04
* CarpetLib: Add outer buffer zonesErik Schnetter2005-08-08
* CarpetLib: Output nice error message when the levels are not properly nestedErik Schnetter2005-05-08
* global: Add varying refinement factorsErik Schnetter2005-05-01
* CarpetLib: Whitespace changeErik Schnetter2005-02-01
* global: Change the way in which the grid hierarchy is storedErik Schnetter2005-02-01
* CarpetLib: Rename some variables to avoid shadowing class membersErik Schnetter2005-01-01
* global: Turn CarpetLib templates into classesErik Schnetter2005-01-01
* CarpetLib: Output gh more elegantlyErik 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
* gh_recompose_decomposeswhite2004-11-29
* Remove CVS header tagsErik Schnetter2004-09-18
* Re-introduce the parameter Carpet::prolongate_initial_data with theschnetter2004-08-07
* Remove the parameters Carpet::prolongate_initial_data; this is nowschnetter2004-04-18
* Disable a self-consistency check that might be too eager.schnetter2004-04-07
* Use vector::at() instead of vector::operator[] to access vector elements.schnetter2004-03-23