aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* This is a major reworking of this interpolator.jthorn2002-09-02
* This is a major reworking of this interpolator.jthorn2002-09-02
* more coefficients being renamedjthorn2002-09-01
* coefficients being redone for finite compilation size/timejthorn2002-09-01
* there are now .c routines in this directory!jthorn2002-09-01
* reorganize common to Lagrange and Hermite interpolatorsjthorn2002-09-01
* these are all being replaced as part of the "finite compilation"jthorn2002-09-01
* extend naming convention to include molecule shapejthorn2002-09-01
* data and coefficient structures for use in splitting up the interpolatorjthorn2002-09-01
* add Hermite interpolation directory to the list of subdirsjthorn2002-08-28
* describe the files in this directoryjthorn2002-08-28
* add Hermite interpolation functions to dispatch tablejthorn2002-08-28
* add Maple code and C skeletons for Hermite polynomial interpolationjthorn2002-08-28
* In Hermite_polynomial_interpolant(),jthorn2002-08-28
* redo Hermite interpolant computation to hopefully be more efficientjthorn2002-08-28