aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Expand)AuthorAge
* Fixed bug in ASCII output that Scott Hawley pointed out to me. Whenschnetter2002-06-26
* Updated options file for Harpo.schnetter2002-06-07
* Fixed wrong return type in th::set_delta.schnetter2002-06-07
* added calls to tt-> set_delta..., also setting current time explicitly toshawley2002-06-07
* Added routine to change the delta-time. Use with caution!schnetter2002-06-07
* Change the current time when flipping time levels.schnetter2002-06-07
* added tt_advance_time after CycleTimeLevels in 3-timelevel I.D. sectionshawley2002-06-07
* Added "final flip" for 3-timeleve I.D., added MGLEVEL loops around flipsshawley2002-06-07
* Fixed more bugs setting the layout of scalars and arrays.schnetter2002-06-07
* Fixed bug in setting up array extents.schnetter2002-06-06
* SetupGH: Removed bogus assert statements.schnetter2002-06-06
* Set grid extents of scalars and arrays correctly.schnetter2002-06-06
* Flip all timelevels instead of only the current one.schnetter2002-06-06
* added parameter init_3_timelevelsshawley2002-06-06
* Added functionality for setting up two extra time levels of initial datashawley2002-06-06
* Fixed bugs.schnetter2002-06-06
* Changed options file.schnetter2002-06-06
* Arrays and scalars are now treated differently. There is now only oneschnetter2002-06-05
* Changed output mode specifiers.schnetter2002-06-05
* Removed parentheses in "new" expression. C++ syntax is strange.schnetter2002-06-05
* Removed superfluous and erroneous "#include <iostream.h>" statement.schnetter2002-06-05
* Regrid all levels before analysing them.schnetter2002-05-22
* Added functionality for activate_newlevels_on_regrid near top of fileshawley2002-05-22
* Added activate_newlevels_on_regridshawley2002-05-22
* Made regridding parameters steerable.schnetter2002-05-22
* Added new configuration file.schnetter2002-05-16
* Check that there are not more than max_refinement_levels refinement levels.schnetter2002-05-16
* Make sure that refinement_levels is not larger than max_refinement_levels.schnetter2002-05-16
* Removed user choice of C++ template instantiation model. In myschnetter2002-05-05
* Updated Carpet to the recent changes in Cactus.schnetter2002-04-29
* Use DBL_MAX etc. instead of HUGE_VAL etc. Thanks to J. Thornburg forschnetter2002-04-11
* Added author (myself) to READMEs.schnetter2002-03-26
* Added examples for how to use the original Cactus WaveToy, withschnetter2002-03-26
* Added CCTK_FILEVERSION macros.schnetter2002-03-26
* Fixed a bug in CarpetSlab; was using the local instead of the globalschnetter2002-03-23
* Trying to give a better error message.schnetter2002-03-21
* Slight changes to make Carpet compile under gcc 3.0.schnetter2002-03-11
* Added configuration for Intel's C++ compiler. Doesn't work, becauseschnetter2002-03-11
* Added stream input routines for some CarpetLib containers.schnetter2002-03-11
* 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