aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gh.cc
Commit message (Expand)AuthorAge
* 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
* Import the recently announced changes:schnetter2004-01-25
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* bbox::size() and bboxset::size() return the number of grid points, notschnetter2003-09-19
* Fix bug in outputing outer boundary specification.schnetter2003-07-25
* 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
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* Added a function to count the number of processor-local grid components.schnetter2002-10-12
* Removed file-scope static function declarations in CarpetIOASCII,schnetter2002-08-30
* Fixed some compiler warnings. Mostly added C++ "typename" keywords.schnetter2002-08-30
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
* Removed user choice of C++ template instantiation model. In myschnetter2002-05-05
* Added stream input routines for some CarpetLib containers.schnetter2002-03-11
* Cleaned up the code to make it work with multiple multigrid levelsschnetter2002-01-09
* Added a bit of convenient functionality.schnetter2001-12-14
* Broke the file "carpet.cc" into several files.schnetter2001-07-04
* Second stab at having arrays with a dimension different than gridschnetter2001-07-02
* Introduced abstraction classes that have no <dim> parameter. Thisschnetter2001-06-12
* Made Carpet compile on IRIX.eschnett2001-03-27
* Brought in latest differences from the SGI version. This is workeschnett2001-03-22
* Removed unnecessary instantiations.eschnett2001-03-19
* Make the Carpet WaveToy almost-work with two refinement levels. Theeschnett2001-03-12