aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/ggf.cc
Commit message (Expand)AuthorAge
* CarpetLib: Move pseudoregion datatypes to region.hhErik Schnetter2008-01-30
* CarpetLib: Free memory when deallocating grid functionsErik Schnetter2008-01-29
* CarpetLib: Introduce new communication scheduleErik Schnetter2008-01-14
* CarpetLib: Add function ggf::fill, which fills all time levelsErik Schnetter2008-01-14
* CarpetLib: #include <cstring>Erik Schnetter2007-11-02
* CarpetLib: Sync 1-tl and prolongation=none GFscott2007-07-20
* CarpetLib: Remove outdated commentErik Schnetter2007-05-13
* CarpetLib: Use the correct time when interpolating while regriddingErik Schnetter2007-05-13
* CarpetLib: Various changes to class gfErik Schnetter2007-04-19
* CarpetLib: Correct error in calculating regridding scheduleErik Schnetter2007-03-12
* CarpetLib: Pre-calculate the communication schedule for recomposingErik Schnetter2007-03-07
* CarpetLib: Change static_assert to have two argumentsErik Schnetter2007-02-28
* CarpetLib: Make ggf::cycle more efficientErik Schnetter2007-02-04
* CarpetLib: Add some const qualifiersErik Schnetter2007-02-04
* CarpetLib: Introduce pseudoregion classErik Schnetter2007-02-04
* CarpetLib: Rename ggf::recompose_free to ggf::recompose_free_oldErik Schnetter2007-02-04
* CarpetLib: Improve timersErik Schnetter2007-02-03
* CarpetLib: Use AT to index std::vectorErik Schnetter2007-02-03
* 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