aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/ggf.cc
Commit message (Expand)AuthorAge
* 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
* Fixed bugs.schnetter2002-06-06
* Removed user choice of C++ template instantiation model. In myschnetter2002-05-05
* Added a bit of convenient functionality.schnetter2001-12-14
* Changed handling of interpolation orders; they are now stored in theschnetter2001-12-09
* 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
* Modified the Carpet driver so that it uses the same new timelevelschnetter2001-04-23
* Made Carpet compile on IRIX.eschnett2001-03-27
* Added support for higher-order interpolation in space and time.eschnett2001-03-24
* Brought in latest differences from the SGI version. This is workeschnett2001-03-22
* Removed unnecessary instantiations.eschnett2001-03-19
* Made two refinement levels work on two processors. Lessons learnt: Aeschnett2001-03-14
* Make the Carpet WaveToy almost-work with two refinement levels. Theeschnett2001-03-12
* Made it work on multiple processors. Waved a dead chicken. Maybe theeschnett2001-03-05
* Initial revisioneschnett2001-03-01
* Initial revisioneschnett2001-03-01