aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Evolve.cc
Commit message (Expand)AuthorAge
...
* Carpet: Simplify Carpet timer interfaceErik Schnetter2007-02-04
* Carpet: Small cleanup when calling regridding routineErik Schnetter2007-01-12
* Carpet: Update Carpet timing statisticsErik Schnetter2007-01-13
* Carpet: Update Carpet timersErik Schnetter2007-01-13
* Carpet: Always run the postregrid bin on all time levels during evolutionErik Schnetter2006-09-28
* Carpet: Do not force regridding at each iteration during evolutionErik Schnetter2006-09-28
* Carpet: Interpret a negative cctk_itlast as "arbitrary many iterations"Erik Schnetter2006-09-28
* Carpet: Restructure Evolve.cc and correct regridding errorsErik Schnetter2006-09-25
* Carpet: Add abort() statement to avoid compiler warningErik Schnetter2006-07-31
* Carpet: Add a timer classErik Schnetter2006-07-31
* Carpet: More work on timersErik Schnetter2006-07-27
* Carpet: Traverse PREREGRID bin instead of PreRegrid groupErik Schnetter2006-07-06
* Carpet: Reduce output frequency for timing statisticsErik Schnetter2006-07-05
* Carpet: Print timing statistics for a runErik Schnetter2006-07-04
* Carpet: Do not loop over non-existing levels in pre-/postregridErik Schnetter2006-06-03
* Carpet: Run the PREREGRID and POSTREGRID bins on all refinement levelsErik Schnetter2006-05-09
* Introducing group/bin PreRegrid.cott2006-04-17
* Carpet: Change dist::comm to dist::comm()Erik Schnetter2005-11-19
* global: Add varying refinement factorsErik Schnetter2005-05-01
* Carpet: Output level times with higher precisionErik Schnetter2005-04-09
* Carpet: Add debugging parameter to output the level timesErik Schnetter2005-04-09
* global: Replace "&&" and "||" by "and" and "or"Erik Schnetter2005-02-01
* Carpet: Do not run POSTRESTRICT on the finest existing levelErik Schnetter2005-01-27
* Carpet: Allow varying time step sizesErik Schnetter2005-01-25
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* Carpet: Use new style instead of old style C++ headersErik Schnetter2004-12-25
* Fix checkpointing at arbitrary iterationstradke2004-12-09
* Carpet: Allow termination only every coarse grid time stepErik Schnetter2004-12-02
* devolveswhite2004-11-27
* Remove CVS header tagsErik Schnetter2004-09-18
* Re-introduce a "force" argument to Carpet::Regrid. This argument isschnetter2004-08-19
* Code cleanup:schnetter2004-08-07
* Re-introduce the parameter Carpet::prolongate_initial_data with theschnetter2004-08-07
* Support the "loop-*" schedule options.schnetter2004-08-02
* Execute POSTREGRID bin only if the grid hierarchy actually changed.schnetter2004-06-27
* Execute POSTREGRID bin only if the grid hierarchy actually changed.schnetter2004-06-27
* Introduce a new termination condition "immediately" that ends aschnetter2004-06-26
* Make Regrid return a flag whether it changed the grid hierarchy. Thisschnetter2004-06-21
* Fix regrid-every scheme.schnetter2004-05-27
* Introduce POSTREGRID bin.schnetter2004-05-21
* Remove the parameters Carpet::prolongate_initial_data; this is nowschnetter2004-04-18
* Fix indentationschnetter2004-03-23
* Use vector::at() instead of vector::operator[] to access vector elements.schnetter2004-03-23
* Fix evolution scheme for multiple convergence levelsschnetter2004-03-23
* Fix indentationschnetter2004-03-23
* Regrid only when the current level is activeschnetter2004-03-23
* Correct the criterion to find out whether we evolve forwards orschnetter2004-03-23
* Run global mode functions at the last possible point when they areschnetter2004-02-15
* Enter and leave global and level mode only when this is necessary atschnetter2004-02-09
* More error checking to make sure that global mode routines are indeedschnetter2004-02-03