aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp
Commit message (Expand)AuthorAge
...
* CarpetInterp: clean up time interpolationErik Schnetter2004-10-08
* CarpetInterp: Fix segfault when determining interpolation timesErik Schnetter2004-10-02
* Whitespace change in CarpetInterpErik Schnetter2004-09-22
* Implement time derivatives during interpolationErik Schnetter2004-09-21
* Add true interpolation in timeErik Schnetter2004-09-18
* Remove CVS header tagsErik Schnetter2004-09-18
* Map output indices to input indices when interpolating in time.schnetter2004-09-13
* Add a new tags table entry to check: InterpNumTimelevels.hawke2004-08-20
* Correct error in calculating the components' coordinate extents whenschnetter2004-08-02
* Ensure that the array pointers, if given, are not null.schnetter2004-08-02
* A more useful error message if time interpolation can't be done.hawke2004-07-02
* Correct a bug in the time interpolation. We probably neverschnetter2004-06-27
* Use "requires thorns" to ensure that the thorns are activated in theschnetter2004-06-08
* Remove restrict qualifier.schnetter2004-05-28
* Add support for symmetry interpolation.schnetter2004-05-21
* Undo interface/capability update, because now Carpet conflicts withschnetter2004-05-04
* Use the local instead of a registered coordinate system forschnetter2004-05-04
* Begin to clean up inheritance and requires relationshipsschnetter2004-05-04
* Use "requires" instead of "requires thorns".schnetter2004-04-18
* When a grid point is not in any component, map it to an arbitraryschnetter2004-04-16
* Explicitly cast constness awayschnetter2004-03-31
* Handle looping over refinement levels more elegantly.schnetter2004-03-31
* Change operator[] to at()schnetter2004-03-08
* Use the new vect::floor instead of vect::map(floor,)schnetter2004-02-27
* When interpolating in time, call the local interpolator many timesschnetter2004-02-15
* Fix array size allocation.schnetter2004-02-15
* Use (rl-minrl) instead of rl to index into the count arrays (that areschnetter2004-02-14
* An additional coord_delta appeared in the local grid geometry setup. With thi...hawke2004-01-29
* Import the recently announced changes:schnetter2004-01-25
* Import the recently announced changes:schnetter2004-01-25
* Return the local interpolator's error code if something goes wrong.schnetter2003-11-13
* Use vector<> instead of dynamic [] arrays.schnetter2003-11-07
* Return local interpolation errors to the caller instead of aborting.schnetter2003-11-06
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Make gf and data objects store a Cactus variable index that thisschnetter2003-10-14
* Carpet infrastructure thorns now require the thorns they depend upontradke2003-09-04
* Print an error message instead of an assertion failure whenschnetter2003-08-15
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
* Major update after a quiet time.schnetter2003-06-18
* Do not use "restrict".schnetter2003-05-21
* Add macros and inline function to make the code more intelligible.schnetter2003-05-21
* Abort on local interpolation errors.schnetter2003-05-13
* Make code const-correct. Well, sort of.schnetter2003-05-13
* Handle empty grids.schnetter2003-05-13
* Handle global mode. Untested.schnetter2003-05-12
* Implement a proper separation between global, level, and local mode.schnetter2003-05-08
* Make it work on multiple processors.schnetter2003-05-02
* First cut at the interpolator. Tentatively works on unigrid and forschnetter2003-04-30
* Initial creation of CarpetInterp.schnetter2003-04-29