aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* remove old machine-generated coefficient filesjthorn2003-04-15
| | | | | | | | | now that we've switched to using the new ones which have separate tensor-product and maximum-degree Lagrange interpolation operators git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@148 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* switch to using new machine-generated coefficient directoriesjthorn2003-04-15
| | | | | | | | (with separate tensor-product and maximum-degree Lagrange interpolation operators) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@147 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* document new tensor-product and maximum-degree Lagrange interpolationjthorn2003-04-15
| | | | | | | operators git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@146 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* Switch to using new version of Lagrange polynomial interpolationjthorn2003-04-15
| | | | | | | | | | | which has separate tensor-product and maximum-degree interpolation operators, with the former now the default. This should fix the problem Yosef Zlowcher (sp?) found with the interpolant not being continuous in multiple dimensions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@145 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* new machine-generated coefficient files for this interpolatorjthorn2003-04-15
| | | | | | | | (with Lagrange now split into tensor-product and maximum-degree interpolators) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@144 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* start updating for new localinterp stuff to fix Yosef's bugjthorn2003-04-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@143 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* add:jthorn2003-03-05
| | | | | | | | - allow scalar boundary_{off_centering,extrapolation}_tolerance values in the parameter table (to mean using this value for each ibndry) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@142 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* rename section "Smoothing" to "Smoothing and Multidimensnional interpolaton"jthorn2003-02-21
| | | | | | | | and add a iscussion of why the interpolant doesn't necessarily agree with the input data at the grd points, and what one might do about it git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@141 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* add some more things to do based on Carsten Gundlach's latest suggestionsjthorn2003-02-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@140 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* fix the test for input and output arrays having the same number ofjthorn2003-02-13
| | | | | | | | real/complex parts so it doesn't give spurious errors if there are null pointers in either the input or output arrays git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@139 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* slightly clarify wording about supressing interpolationjthorn2003-02-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@138 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* add a section on how to supress interpolationjthorn2003-02-12
| | | | | | | | (eg set N_interp_points=0, set NULL pointers in input_arrays[] and/or output_arrays[], etc) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@137 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* note that there is a Hermite interpolatorjthorn2003-02-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@136 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* bring documentation (which was 6 months or so out of date)jthorn2003-02-03
| | | | | | | up to date with the code git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@135 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* update description of defaults forjthorn2003-02-03
| | | | | | | | | | boundary_off_centering_tolerance boundary_extrapolation_tolerance to describe the actual present code; move my plans for the future into [brackets]. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@134 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* oops, forgot to commit my changes to this to match recent changesjthorn2003-02-03
| | | | | | | in InterpLocalUniform.[ch] git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@133 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* finish splitting up (huge) LocalInterp_InterpLocalUniform()jthorn2003-02-03
| | | | | | | | | | | function into smaller subfunctions, now it's "only" about 600 lines long (before it was around 1200 lines :( :( :( ) also fix a few more bugs in error reporting and add a few more comments git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@132 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* add LocalInterp_Strlcpy() functionjthorn2003-02-03
| | | | | | | | for safer string copying, also standalone test driver for this to make sure I have it right! git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@131 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* * now documents the Hermite interpolatorjthorn2003-01-31
| | | | | | | | | | * add table describing derivative codes * clarify wording for Jacobian queries * clarify wording for spurious compiler warnings * other minur wording tweaks git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@130 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* bracket a for-loop inside extra { ... } so the for-loop variablejthorn2003-01-29
| | | | | | | doesn't escape into the main function's scope git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@129 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* remove another unused variable...jthorn2003-01-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@128 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* give a bit more info if we warn about "almost certainly a mistake"jthorn2003-01-29
| | | | | | | boundary off-centering vs extrapolation tolerances git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@127 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* remove some unused variables left in by mistakejthorn2003-01-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@126 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* Code changesjthorn2003-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support the same off-centering and boundary options as the new global interpolator (which needs the support here to work): this means changing the former parameter-table entry off_centering_tolerance to the new entries boundary_off_centering_tolerance boundary_extrapolation_tolerance * implement the N_boundary_points_to_omit parameter-table entry, (previously this was documented but not implemented) * completely rewrite the LocalInterp_molecule_posn() function and its test driver to support the above changes * change error return code from old CCTK_ERROR_INTERP_POINT_X_RANGE to new CCTK_ERROR_INTERP_POINT_OUTSIDE to avoid confusion with the old name suggesting that this was specific to the X coordinate * fix documentation of interpolation operator names for older (uniform Cartesian) CCTK_InterpLocal() interpolator -- this closes Erik Schnetter's bug report CactusBase/1367 Documentation changes * document the above code changes * much expanded description of molecule centering and boundary handling, including 2 new diagrams (done in latex picture mode :) * update README files to list all code files * move caching parameters (not implemented, and probably won't be implemented any time soon) out of documentation.tex into a new file future-ideas.tex * general cleanup of documentation.tex (not quite done, but 80% or so...) to more clearly describe what this thorn actually implements, rather than a generic spec of which this thorn only implements some pieces git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@125 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* merge copyright into the READMEjthorn2003-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@124 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* * add a test for the case where the array dimension is smaller thanjthorn2002-12-20
| | | | | | | | | | | the stencil/molecule size -- formerly this would access memory off the end of the array (==> possible core dump on some machines, eg alphas), now it gives an error return from the interpolator * systematize terminology for "stencil" vs "molecule" -- now all references are to the hybrid term "stencil/molecule" git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@123 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* add testing for the error case where the grid is smaller than the moleculejthorn2002-12-20
| | | | | | | | (before this would access memory off the end of the grid ==> core dump on some platforms, eg alphas) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@122 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* Commented out the check for points where the interpolation stencil is outsidetradke2002-12-19
| | | | | | | | | | | of the grid. This check moved up into the global interpolator in PUGHInterp. Now, for the interpolation of local arrays, points are allowed to be shifted back into the grid. You will also need to update PUGHInterp now to get this check. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@121 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* make the type conversions explicit in some assignments of the formjthorn2002-10-07
| | | | | | | | CCTK_REAL4 = CCTK_REAL8 so compilers don't warn about loss of precision git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@120 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* note some more things to fix in the Generalized-Polynomial-Uniformjthorn2002-10-07
| | | | | | | | | | | interpolator - some typecasts which icc warns about (thy're actually ok, but could use explicit C casts to make this clearer) - add a note about the Hermite inefficiency problem, cf Erik Schneter's E-mails git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@119 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* change the string ??) in a comment to ?)jthorn2002-09-20
| | | | | | | since the former is an ISO C trigraph (and those are a royal pain :( ) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@118 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* list some things to be done on this thornjthorn2002-09-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@117 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* This is a major reworking of this interpolator.jthorn2002-09-02
| | | | | | | | | The interpolation code in template.c is now split up into subfunctions (in common/, Lagrange/, and Hermite/), so it should now compile in finite cpu/memory even with optimization. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@116 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* This is a major reworking of this interpolator.jthorn2002-09-02
| | | | | | | | | The interpolation code in template.c is now split up into subfunctions (in common/, Lagrange/, and Hermite/), so it should now compile in finite cpu/memory even with optimization. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@115 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* This is a major reworking of this interpolator.jthorn2002-09-02
| | | | | | | | | The interpolation code in template.c is now split up into subfunctions (in common/, Lagrange/, and Hermite/), so it should now compile in finite cpu/memory even with optimization. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@114 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* This is a major reworking of this interpolator.jthorn2002-09-02
| | | | | | | | | The interpolation code in template.c is now split up into subfunctions (in common/, Lagrange/, and Hermite/), so it should now compile in finite cpu/memory even with optimization. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@113 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* more coefficients being renamedjthorn2002-09-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@112 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* coefficients being redone for finite compilation size/timejthorn2002-09-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@111 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* there are now .c routines in this directory!jthorn2002-09-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@110 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* reorganize common to Lagrange and Hermite interpolatorsjthorn2002-09-01
| | | | | | | | | (i.e. code depending only on molecule size/shape) --> now there are separate *functions* rather than just code fragments --> ../template.c should hopefully compile in finite time..... git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@109 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* these are all being replaced as part of the "finite compilation"jthorn2002-09-01
| | | | | | | restructuring git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@108 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* extend naming convention to include molecule shapejthorn2002-09-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@107 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* data and coefficient structures for use in splitting up the interpolatorjthorn2002-09-01
| | | | | | | into smaller functions (which I hope will be compilable in finite cpu/memory) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@106 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* add Hermite interpolation directory to the list of subdirsjthorn2002-08-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@105 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* describe the files in this directoryjthorn2002-08-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@104 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* add Hermite interpolation functions to dispatch tablejthorn2002-08-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@103 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* add Maple code and C skeletons for Hermite polynomial interpolationjthorn2002-08-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@101 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* In Hermite_polynomial_interpolant(),jthorn2002-08-28
| | | | | | | | add explicit check for the case when the given conditions don't uniquely determine the interpolant git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@100 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* redo Hermite interpolant computation to hopefully be more efficientjthorn2002-08-28
| | | | | | | | (in practice it doesn't seem to make much difference, though :( :(), and to be a bit easier to read/understand/modify the code git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@99 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* add some more new coefficients needed for Hermite interpolationjthorn2002-08-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@98 df1f8a13-aa1d-4dd4-9681-27ded5b42416