aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* add 0th order interpolationHEADmasterrhaas2013-06-19
* Replace Cactus complex number type with C/C++ complex numberseschnett2013-03-08
* parallelize the interpolation loop in LocalInterp using OpenMPrhaas2012-09-16
* Correct function signatureseschnett2011-01-21
* oops, forgot to note that previous commit closes bug #2022jthorn2006-05-31
* If we get an interpolation point that's too close to the edge of thejthorn2006-05-31
* Cleanup of error handling:jthorn2004-06-27
* Removed old interpolator API code.tradke2004-06-20
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
* Check for valid input and output array datatype.tradke2003-09-29
* Silently ignore a table option with key "input_array_time_levels" which istradke2003-08-22
* Fixed a bug in LocalInterp_InterpLocalUniform() where a table iterator wastradke2003-08-22
* Fixed compiler warning about statement with no effect.rideout2003-08-18
* Fixed compiler warning about extra argument for CCTK_VWarn.rideout2003-08-18
* fix a nasty bug due to bad pointer/array indexing :( :(jthorn2003-08-04
* Return the (negative) total number of out-of-bounds interpolation pointstradke2003-08-01
* Accidentally put in a level 0 warning for out-of-bounds errors.tradke2003-08-01
* More informative warning message for out-of-bounds interpolation points.tradke2003-08-01
* Re-enabled the out-of-bounds check in the core interpolation routinetradke2003-07-25
* Check for an option with key "per_point_status" in the user-suppliedtradke2003-07-25
* Check for an option with key "local_interpolator_status" in the user-suppliedtradke2003-07-18
* Changes to support both the new and the old interpolation API.tradke2003-07-08
* Remove Jonathan Thornburg's interpolatorjthorn2003-07-06
* better describe the files/subdirectories herejthorn2003-05-23
* fix two minor syntax botches caught by Erik:jthorn2003-05-05
* don't need this file any more because the routine we're testing isjthorn2003-05-02
* Change from using a private Strlcpy() function to the Util_Strlcpy()jthorn2003-05-02
* remove old machine-generated coefficient filesjthorn2003-04-15
* switch to using new machine-generated coefficient directoriesjthorn2003-04-15
* Switch to using new version of Lagrange polynomial interpolationjthorn2003-04-15
* new machine-generated coefficient files for this interpolatorjthorn2003-04-15
* fix the test for input and output arrays having the same number ofjthorn2003-02-13
* note that there is a Hermite interpolatorjthorn2003-02-03
* bring documentation (which was 6 months or so out of date)jthorn2003-02-03
* oops, forgot to commit my changes to this to match recent changesjthorn2003-02-03
* finish splitting up (huge) LocalInterp_InterpLocalUniform()jthorn2003-02-03
* add LocalInterp_Strlcpy() functionjthorn2003-02-03
* bracket a for-loop inside extra { ... } so the for-loop variablejthorn2003-01-29
* remove another unused variable...jthorn2003-01-29
* give a bit more info if we warn about "almost certainly a mistake"jthorn2003-01-29
* remove some unused variables left in by mistakejthorn2003-01-29
* Code changesjthorn2003-01-29
* merge copyright into the READMEjthorn2003-01-27
* * add a test for the case where the array dimension is smaller thanjthorn2002-12-20
* add testing for the error case where the grid is smaller than the moleculejthorn2002-12-20
* Commented out the check for points where the interpolation stencil is outsidetradke2002-12-19
* make the type conversions explicit in some assignments of the formjthorn2002-10-07
* change the string ??) in a comment to ?)jthorn2002-09-20
* This is a major reworking of this interpolator.jthorn2002-09-02
* This is a major reworking of this interpolator.jthorn2002-09-02