aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Some more tweaks to the documentation of CCTK_InterpGridArrays() return codes.tradke2003-07-21
* Better documentation of CCTK_InterpGridArrays()'s global return codestradke2003-07-18
* For the multiprocessor case, set the local interpolator status code to thetradke2003-07-18
* Fokke Dijkstra's patch to fix a potential bug in the global interpolatortradke2003-06-19
* Fixed the stencil range in warning messages about out-of-bound interpolation ...tradke2003-06-11
* Document the parameter table option "suppress_warnings".tradke2003-05-13
* Check for a "suppress_warnings" key in the parameter table to find out whethertradke2003-05-13
* put verbatim text with _ in it, inside \verb|...|jthorn2003-05-12
* Document the error code handling for processor-local error conditions.tradke2003-05-12
* If an error condition occurs only locally on any processor, all processors willtradke2003-05-12
* Bugfix for the multiprocessor case where an output array was touched even iftradke2003-05-12
* Fixed the case where an error code CCTK_ERROR_INTERP_POINT_OUTSIDE, as returnedtradke2003-05-07
* Mention that the table option boundary_extrapolation_tolerance is not impleme...tradke2003-05-06
* If, in a multiprocessor case, a point couldn't be mapped onto a processortradke2003-05-06
* Fixed missing 'const' qualifiers to function arguments.tradke2003-03-11
* Fixed the query call for the multiprocessor case which now tests only ontradke2003-03-10
* Mention the range of possible timelevel values for the input_array_time_levelstradke2003-02-17
* Moved \newcommand statements after the "% START CACTUS THORNGUIDE" markertradke2003-02-11
* Tolerate negative variable indices which should be treated as a no-op for thetradke2003-02-10
* Update on PUGHInterp's documentation for the ThornGuide.tradke2003-02-01
* Updated description of what this thorn does.tradke2003-01-31
* Fixed the names of keys for the table options entries which define thetradke2003-01-29
* Set the N_boundary_points_to_omit[], off_centering_tolerance[], andtradke2003-01-24
* Changed the order of function parameters in CCTK_InterpGridArrays().tradke2003-01-22
* Evaluate the 'input_arrays_time_levels' option in the parameter table.tradke2003-01-21
* add a little bit more debug printing (inside #ifdef PUGHINTERP_DEBUG)jthorn2003-01-18
* Fixed compiler warning for non-MPI configurations.tradke2003-01-07
* For PUGHInterp_InterpGridArrays (which overloads CCTK_InterpGridArrays()),tradke2003-01-06
* Include Jonathan Thornburg's changes to the local interpolator in thetradke2002-12-20
* Fixed compile errors when compiling without MPI.tradke2002-12-20
* Overload CCTK_InterpGridArrays() with PUGHInterp_InterpGridArrays().tradke2002-12-20
* Initial version of PUGHInterp_InterpGridArrays() which implements the newtradke2002-12-20
* Moved check for interpolation points with a stencil outside of the gridtradke2002-12-19
* Fixed warning message which printed the wrong upper range for out-of-rangetradke2002-12-16
* Preliminary support for both the old and the new global interpolator API.tradke2002-12-12
* No important changes, just tidying up before adding the new global interpolatortradke2002-12-11
* Erik's patch which willtradke2002-08-19
* Added email addresses of author(s)/maintainer(s) of this thorn.tradke2002-06-07
* changing the documentation.tex files to use our cactus style fileikelley2002-06-04
* Don't need to schedule AFTER LocalInterp_UC_Startup anymore.tradke2002-05-29
* Updated saying that the local interpolation stuff has been cloned in thorntradke2002-05-29
* Removed the local interpolation operator from PUGHInterp. The code for thistradke2002-05-29
* Schedule PUGHInterp's interpolation operators AFTER LocalInterp_UC_Startup.tradke2002-02-27
* fix tiny typo in comment :)jthorn2001-10-19
* There are two changes in this checkin:jthorn2001-10-19
* Inherit from thorn driver.tradke2001-10-09
* Fixed bug for assigning delta Cactus/756allen2001-08-19
* Fixed location of stencils for interpolation.tradke2001-08-02
* Use const pointers wherever possible.tradke2001-05-28
* New timelevel indexingallen2001-05-10