aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Expand)AuthorAge
* Allow cycling grid variables with 2 time levels.schnetter2004-04-22
* Fixed a bug when generating the tmp filename.bzink2004-04-20
* 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
* Adapt to new regridding interface; regridding routines are now calledschnetter2004-04-19
* Loop over all components of the parent grid when regridding.schnetter2004-04-19
* remove debugging statementschnetter2004-04-19
* change naming of temporary checkpoint filecott2004-04-19
* change indentationschnetter2004-04-19
* Fix wrong argumentsschnetter2004-04-18
* Use "requires" instead of "requires thorns".schnetter2004-04-18
* Remove the parameters Carpet::prolongate_initial_data; this is nowschnetter2004-04-18
* Handle operator% for double differently.schnetter2004-04-18
* Format error message nicely.schnetter2004-04-18
* Change the bbox iterators to be cyclic.schnetter2004-04-18
* Simplify the codeschnetter2004-04-18
* Fake grid variable shapes in meta, global, and level mode to theschnetter2004-04-18
* When a grid point is not in any component, map it to an arbitraryschnetter2004-04-16
* The old Carpet arrangement is not reachable any more.schnetter2004-04-16
* Take symmetry_? parameters into account when setting up a movingschnetter2004-04-16
* Some more cleanup and bug fixes. Hyperslabbing probably never workedschnetter2004-04-16
* Allow the downsampling argument to be NULL.schnetter2004-04-16
* Implement a moving excision region.schnetter2004-04-14
* Commentschnetter2004-04-13
* Don't use the new C99 printf specifiers.schnetter2004-04-13
* Writing and Reading variables of type 'complex' should now work. Please test.cott2004-04-12
* Modify the check for MPI -- maybe it didn't work beforeschnetter2004-04-10
* Update related project sectionschnetter2004-04-10
* Announce moving the repository, and update the checkout instructions.schnetter2004-04-10
* Use "." instead of "" for the default input directory, because theschnetter2004-04-09
* Abort with an error message if CarpetLib cannot allocate memory forschnetter2004-04-08
* Disable a self-consistency check that might be too eager.schnetter2004-04-07
* Insert a check that all gdata arrays are created on all processors.schnetter2004-04-07
* Comment out self-consistency check that might be too eagerschnetter2004-04-07
* Comment coding tricks.schnetter2004-04-07
* Some cleanup, more internal checks.schnetter2004-04-07
* Fall back to IO::out_dir when out3D_dir is unset.schnetter2004-04-07
* Use CCTK_INT instead of int for aliased functions.schnetter2004-04-04
* Rename the parameter h5verbose to verbose.schnetter2004-04-03
* Do not use CCTK_QueryParameterTimesSet to find out whether to use aschnetter2004-04-03
* Do not use CCTK_QueryParameterTimesSet to find out whether to use aschnetter2004-04-03
* Undo last change. Was a stupid idea.schnetter2004-04-01
* Provide the capability Hyperslab.schnetter2004-04-01
* Explicitly cast constness awayschnetter2004-03-31
* Fix bug in looping over refinement levels.schnetter2004-03-31
* Handle looping over refinement levels more elegantly.schnetter2004-03-31
* Correct the return type of the aliased EnableProlongating function.hawke2004-03-29
* Provide the function to en/dis able prolongation through function aliasing. H...hawke2004-03-29
* Changed dynamic array allocation into vector class construction.bzink2004-03-26
* Beautified the code a bit (needs more work). Fixed a dynamic allocation problem.cott2004-03-26