aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Another change in preparation for adding Hermite interpolation:jthorn2002-08-18
| | | | | | | | | | Change the documented name of the Lagrange interpolation operator from "generalized polynomial interpolation" to "Lagrange polynomial interpolation" (& document that the old name is still accepted for backwards compatability). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@82 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* fix a couple of typosjthorn2002-06-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@70 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* small revisions to section 5.2 (notes on the implementation)jthorn2002-06-04
| | | | | | | | to improve the latex formatting and make the comments on spurious compiler warnings a bit clearer git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@67 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* fix spacing after i.e. and e.g.jthorn2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@66 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* convert to use the new thornguide template (looks great!)jthorn2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@65 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* remove an obselete FIXMEjthorn2002-05-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@55 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* slight wording tweaks to clarify a footnotejthorn2002-05-28
| | | | | | | and to properly describe part of the Jacobian querying git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@54 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* remove all latex macros so we only use plain-vanilla latex2ejthorn2002-05-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@53 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* tweak code formatting in examplesjthorn2002-05-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@46 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* add a paragraph explaining that complier warnings about mismatchedjthorn2002-05-14
| | | | | | | | | const qualifiers when compiling src/GeneralizedPolynomial-Uniform/template.c are not a problem (the code is actually ok), and giving a reference to an online FAQ which explains the problem git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@33 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* streamline notation for molecule min/max m and position queriesjthorn2002-05-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@28 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* clarify that either both or neither of interp_molecule_{min,max}_m should be ↵jthorn2002-05-12
| | | | | | present git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@27 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* * document that m=0 is always validjthorn2002-05-12
| | | | | | | | | | * document FIXME that molecule family querying isn't implemented yet * add a footnote clarifying that Jacobian_pointer[out] = NULL supresses the Jacobian query, and explaining why this is often a good idea git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@26 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* fix a typojthorn2002-05-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@23 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* commit changes from 2 weeks of standalone programming on laptopjthorn2002-05-12
| | | | | | | | | | back into CVS: main change is to Jacobian structure query API (code+docs), also implement about 2/3 of this in the code git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@22 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* tweak discussion of out-of-range-tolerancejthorn2002-04-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@19 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* document change of default out-of-range-tolerance from 1e-14 grid pointjthorn2002-04-10
| | | | | | | spacings up to 1e-12. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@18 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* fix examples to initialize pointer arrays in ways that are valid in C,jthorn2002-03-23
| | | | | | | not just in C++ git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@16 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* a few more small wording changes/clarificationsjthorn2002-03-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@15 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* fix a spelling mistakejthorn2002-03-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@14 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* various small wording clarifications suggested by Thomas Radkejthorn2002-03-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@13 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* Fix a nasty typo -- the operator name isjthorn2002-03-06
| | | | | | | | "generalized polynomial interpolation" not "generalized polynomial"! git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@12 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* fix another bug in the example programjthorn2002-03-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@11 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* fix typo in example program -- thanks to Ian Hawke for spotting thisjthorn2002-03-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@10 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* * duplicate abstract in introduction, since abstract disappears injthorn2002-02-28
| | | | | | | | | Thorn Guides :( * slightly reword text in abstract & introduction to correctly describe just which interpolators exist right now git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@9 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* add some explanatory textjthorn2002-02-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@8 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* move drafts of various versions of the new interpolator API specjthorn2002-02-28
| | | | | | | | | from doc/ to archive/ directory -- these are all a bit out of date now, and the API is officially documented in the Users' Guide and in the doc/documentation.tex file git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@7 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* remove these files -- Gabrielle says they shouldn't be in cvs in thejthorn2002-02-28
| | | | | | | first place git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@6 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* move Acknowledgments section in thorn docjthorn2002-02-28
| | | | | | | | | | | | | | | | | to *before* the % % Automatically created from the ccl files % Do not worry for now. % \include{interface} \include{param} \include{schedule} instead of after it like it was before. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@5 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* initial checkin of new LocalInterp thornjthorn2002-02-27
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@2 df1f8a13-aa1d-4dd4-9681-27ded5b42416