aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/ggf.cc
Commit message (Expand)AuthorAge
...
* CarpetLib: Add new datatype region_tErik Schnetter2007-01-12
* CarpetLib: Split recompose functions into regrid and recomposeErik Schnetter2006-09-04
* CarpetLib: Cast unsigned values explicitly to (int)Erik Schnetter2006-07-31
* CarpetLib: Store number of time levels per refinement levelErik Schnetter2006-04-13
* Carpet*: generalise the comm_state class for collective buffer communicationsThomas Radke2005-08-15
* CarpetLib: Implement fast recomposingErik Schnetter2005-08-11
* CarpetLib: Treat op_copy correctly when regriddingErik Schnetter2005-06-08
* CarpetLib: Add new transport operator type op_copyErik Schnetter2005-06-07
* CarpetLib, Carpet: implement and use collective communication buffersThomas Radke2005-03-30
* CarpetLib: remove unused send_listvect argument in copycat() and intercat()Thomas Radke2005-03-23
* 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
* 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
* UNDO: Initialise_decomposeswhite2004-12-01
* Initialise_decomposeswhite2004-12-01
* 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
* Copy the whole exterior during regridding instead of relying onschnetter2004-05-29
* Add option to use less memory during regridding.schnetter2004-05-21
* Replaced some time comparison asserts by a (hopefully) more robust choice.bzink2004-05-11
* Removed an assert in line 556. This assert compares CCTK_REALs, and canbzink2004-05-11
* While regridding, initialise only the interior of the grid functions.schnetter2004-04-20
* Regrid all grid functions at once. This is necessary to treate vectorschnetter2004-04-19
* Loop over all components of the parent grid when regridding.schnetter2004-04-19
* Remove the parameters Carpet::prolongate_initial_data; this is nowschnetter2004-04-18
* Use vector::at() instead of vector::operator[] to access vector elements.schnetter2004-03-23
* Implement vector groups correctlyschnetter2004-03-23
* Remove unused codeschnetter2004-03-23
* When regridding, prolongate the boundaries before synchronising.schnetter2004-03-22
* Fix severe bug in mglevel array indexing.schnetter2004-02-27
* Do not restrict nor prolongate when the prolongation operator has beenschnetter2004-02-03
* Import the recently announced changes:schnetter2004-01-25
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Make gf and data objects store a Cactus variable index that thisschnetter2003-10-14
* bbox::size() and bboxset::size() return the number of grid points, notschnetter2003-09-19
* Fix bug in three timelevel initialisation:schnetter2003-08-10
* Major update after a quiet time.schnetter2003-06-18
* Do not initialise the finer levels of the grid functions at initialschnetter2003-05-02
* Remove #warning statements that are not understood by the SGIschnetter2003-03-28
* bboxset.cc: Output setsize as well.schnetter2003-03-26
* Handle empty bboxes.schnetter2003-02-25
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* Changed the variable types for the time from int to real. This allowsschnetter2002-09-25
* Fixed some compiler warnings. Mostly added C++ "typename" keywords.schnetter2002-08-30
* In restrict, changed assert into a warning messageshawley2002-07-18