aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
Commit message (Expand)AuthorAge
* Explain the harmless compiler warnings about array indices out ofschnetter2004-08-14
* Re-introduce the parameter Carpet::prolongate_initial_data with theschnetter2004-08-07
* Initialize dist::comm with MPI_COMM_NULL.tradke2004-07-08
* Throw an input_error instead of using assert when there is wrong input.schnetter2004-06-26
* Simplify logic when evaluating the invariant.schnetter2004-06-13
* Free vector groups leaders only after the other vector elements haveschnetter2004-06-08
* Correct wrong comment.schnetter2004-06-08
* Copy the whole exterior during regridding instead of relying onschnetter2004-05-29
* New functionschnetter2004-05-27
* 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
* Remove unused codeschnetter2004-05-04
* Begin to clean up inheritance and requires relationshipsschnetter2004-05-04
* Fixed test for MPI.tradke2004-04-29
* Adhere to C++ standardschnetter2004-04-24
* Ensure that vector leaders are handled consistentlyschnetter2004-04-22
* 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 debugging statementschnetter2004-04-19
* change indentationschnetter2004-04-19
* 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
* Commentschnetter2004-04-13
* Don't use the new C99 printf specifiers.schnetter2004-04-13
* Modify the check for MPI -- maybe it didn't work beforeschnetter2004-04-10
* 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
* Use vector::at() instead of vector::operator[] to access vector elements.schnetter2004-03-23
* Use vector::at() instead of vector::operator[] to access vector elements.schnetter2004-03-23
* Fix bug in calculating the boundary prolongation zones on multipleschnetter2004-03-23
* Fix indentationschnetter2004-03-23
* Implement vector groups correctlyschnetter2004-03-23
* Move MPI request and tag handling from data to gdataschnetter2004-03-23
* Make many parameters steerableschnetter2004-03-23
* Implement vector groups correctlyschnetter2004-03-23
* Remove unused codeschnetter2004-03-23
* When regridding, prolongate the boundaries before synchronising.schnetter2004-03-22
* Small changeschnetter2004-03-11
* Remove old-style iteratorT types and routines.schnetter2004-03-11
* Ensure that the array extents are multiples of the array stridesschnetter2004-03-11
* Use $(error) instead of an unsatisfied dependency to reportschnetter2004-03-10
* Add comment.schnetter2004-03-03
* Essentially Non-Oscillatory prolongation operators. Again intended forhawke2004-03-03