aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Expand)AuthorAge
* Added stream input routines for some CarpetLib containers.schnetter2002-03-11
* Updated parameter files to new conventions.schnetter2002-03-06
* Introduced "min" and "max" for complex numbers as element-wise operation.schnetter2002-03-06
* Check whether there really is a regridding routine before calling it.schnetter2002-01-30
* Removed leftover debugging statements. Sorry.schnetter2002-01-14
* Allow passing 0 (NULL) to MyProc and nProcs, as might be done during startup.schnetter2002-01-14
* Added explicit type conversions to make it compile with gcc 3.0.schnetter2002-01-14
* Added outputting the new grid structure every time the grid hierarchyschnetter2002-01-11
* Allow grid extents to be specified by integer grid point locations asschnetter2002-01-11
* Restructured regridding. Instead of registering the new gridschnetter2002-01-11
* New profiling options file.schnetter2002-01-10
* Moved ASCII output from CarpetLib (where it never belonged) toschnetter2002-01-09
* Made multiple multigrid levels for the special case of a singleschnetter2002-01-09
* Further changes to make Carpet work with multiple multigrid levels.schnetter2002-01-09
* Cleaned up the code to make it work with multiple multigrid levelsschnetter2002-01-09
* Fixed serious bug: one of the prolongation operators was wrong. Thisschnetter2002-01-08
* Made it compile with gcc 3.0.schnetter2002-01-08
* Changed the ASCII output format due to popular demand. Now includesschnetter2002-01-08
* #ifdef out all types like CCTK_INT2 etc. because they are not always defined.schnetter2002-01-04
* Introduced a new component iterator that loops only over theschnetter2002-01-02
* Fixed bugs on multiple processors:schnetter2002-01-01
* Adapted Carpet to new checkpointing rules.schnetter2001-12-18
* Fixed test cases for axial symmetry (changed parameter files.)schnetter2001-12-17
* Fixed bugs in automatic regridding.schnetter2001-12-17
* Added new thorns CarpetReduce and CarpetRegrid to parameter files.schnetter2001-12-14
* Added a bit of convenient functionality.schnetter2001-12-14
* Pulled regridding out of the driver proper.schnetter2001-12-14
* Pulled regridding out of the driver proper.schnetter2001-12-14
* Added initial stab at reduction operators for Carpet.schnetter2001-12-11
* Changed handling of interpolation orders; they are now stored in theschnetter2001-12-09
* Added more bones to skeleton of CarpetParamCheck.schnetter2001-12-09
* Change default maximum number of refinement levels back to 1.schnetter2001-12-09
* Added more helper functions.schnetter2001-12-07
* Made ASCII output line/plane selection more convenient. Should nowschnetter2001-12-07
* Added new parameter "refined_regions" that decides how the refinedschnetter2001-12-05
* Changed the way the refinement regions are specified.schnetter2001-12-05
* Trying to be a good citizen and checking parameters in beforehandschnetter2001-12-05
* Same as the last, but with better diagnostics.schnetter2001-12-05
* Prevent core dump when the specified output coordinate is not on the grid.schnetter2001-12-05
* Added box-in-box capability to Carpet.schnetter2001-12-05
* Fixed the bug with the periodic boundaries. I am now going to re-runschnetter2001-11-15
* Fixed bug in how grid arrays were distributed onto the processors.schnetter2001-11-14
* Adapted Carpet to the new Cactus API. Works on Linux. High hopes for SGIs.schnetter2001-11-05
* Next round.schnetter2001-11-02
* Next round of const-correcting Carpet for SGIs.schnetter2001-11-02
* Trying to get Carpet const-correct under various compilers. Thisschnetter2001-11-02
* Added a lot of const modifiers for the cGH structure.schnetter2001-11-02
* Fixed bug in processor decomposition.schnetter2001-10-29
* Fixed small bug.schnetter2001-09-06
* Don't allocate scalars all the time.schnetter2001-08-26