aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* * 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
* list of known bugs or things-to-fix in this codejthorn2002-05-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@25 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* fix typos in last commitjthorn2002-05-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@24 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
* CCTK_VARIABLE_FN_POINTER -> CCTK_VARIABLE_FPOINTERallen2002-04-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@21 df1f8a13-aa1d-4dd4-9681-27ded5b42416
* change default out_of_range_tolerance from hard-wired value tojthorn2002-04-10
| | | | | | | | | | 1.0e4*DBL_EPSILON --> this at least scales with machine precision, abeit it does suffer from the serious problem that C double might not be the right type to use (CCTK_REAL) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@20 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
* raise default out_of_range_tolerance from 1e-14 up to 1e-12,jthorn2002-04-10
| | | | | | | | | since Ihad a test case where rounding errors pushed a point which should have been just at the edge of the domain, out to about 1.5e-14 grid points outside it. :( git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@17 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
* describe what this directory is forjthorn2002-02-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@4 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
* Standard project directories initialized by cvs2svn.(no author)2002-02-27
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@1 df1f8a13-aa1d-4dd4-9681-27ded5b42416