aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Clean up codeHEADmastereschnett2012-11-22
* Move MPI support from flesh to a thorneschnett2012-07-21
* Correct signatures of scheduled functionseschnett2011-01-21
* Include Licence in READMEknarf2009-01-27
* Unify README file formatknarf2009-01-26
* use correct latex package in documentationknarf2009-01-22
* Correct email address in copyright statement.schnetter2005-10-22
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
* Print the variable name together with the variable index in an error message.schnetter2004-06-28
* Removed old interpolator API code.tradke2004-06-20
* Use symmetry interpolation.schnetter2004-05-28
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
* PUGH* thorns don't inherit from implementation "Driver" anymore buttradke2003-09-04
* note that Ian would like to have the global interpolatorjthorn2003-09-01
* Fix in converting a non-const cGH pointer into 'const cGH *'.tradke2003-08-07
* Removed duplicate code for the old CCTK_InterpLocal() API (which is nowtradke2003-08-01
* Removed unused variable.tradke2003-08-01
* Another fix to return the correct status in the return code of CCTK_InterpGri...tradke2003-07-25
* Used the wrong table to pass per-point status information between local andtradke2003-07-21
* 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