summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Minor mods.goodale2002-04-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2719 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added comment that an analysis function/group requires a trigger line inallen2002-04-14
| | | | | | | the schedule file git-svn-id: http://svn.cactuscode.org/flesh/trunk@2715 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing diagramsallen2002-04-14
| | | | | | | Closes Cactus/968 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2713 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Entry explaining hanging of HTTPD with pthreads on SGI machinesallen2002-04-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2711 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added chapter D9 "Adding a Checkpointing/Recovery Method".tradke2002-04-09
| | | | | | | Removed empty chapter on IO. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2703 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some more general words on A4.3 Checkpointing/Recovery.tradke2002-04-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2702 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Completed enumeration of flesh parameters.tradke2002-04-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2701 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added FAQ on what to do when a shared lib cannot be found.tradke2002-04-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2699 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document at which time bins you can use Cactus argument lists for routinestradke2002-04-08
| | | | | | | called by the scheduler. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2697 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document newly-added functionsjthorn2002-04-03
| | | | | | | | Util_TableClone() Util_TableItClone() git-svn-id: http://svn.cactuscode.org/flesh/trunk@2692 17b73243-c579-4c4c-a9d2-2d5706c11dac
* revise FunctionDescription environment a bit so that the "See Also"jthorn2002-04-03
| | | | | | | | | | | | | | | | | | | | | and "Errors" sections have more horizontal space in the left column --> greatly increases the number of entries that can fit in a single line, i.e. we now have See Also CCTK_LongFunctionName() Some text describing it CCTK_EvenLongerFunctionName() Some text describing this one whereas before we had See Also CCTK_LongFunctionName() Some text describing it CCTK_EvenLongerFunctionName() Some text describing this one git-svn-id: http://svn.cactuscode.org/flesh/trunk@2691 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add documentation for new functionsjthorn2002-04-03
| | | | | | | | | | | | Util_TableGetGeneric() Util_TableGetGenericArray() Util_TableSetGeneric() Util_TableSetGenericArray() also fix glitches in a few other table examples git-svn-id: http://svn.cactuscode.org/flesh/trunk@2690 17b73243-c579-4c4c-a9d2-2d5706c11dac
* * fix incorrect example in description of Util_TableGet*()jthorn2002-04-03
| | | | | | | * slightly clarify example in description of Util_TableGet*Array() git-svn-id: http://svn.cactuscode.org/flesh/trunk@2689 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add missing phrases that Util_TableGet*() and Util_TableSet*()jthorn2002-04-03
| | | | | | | are families of routines, one for each Cactus data type git-svn-id: http://svn.cactuscode.org/flesh/trunk@2686 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_VARIABLE_* constants are defined in cctk_Constants.h,jthorn2002-04-03
| | | | | | | not in cctk_Types.h! git-svn-id: http://svn.cactuscode.org/flesh/trunk@2685 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed date on cover page to no longer be in math mode, so that therideout2002-04-03
| | | | | | | | | space is not stripped out between the date and time. Stripped out archaic stuff which followed \end{document}. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2684 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix a missing-word typojthorn2002-04-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2682 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updated section on "Providing Runtime Information".tradke2002-03-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2680 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added function descriptions for CCTK_VInfo() and CCTK_VWarn().tradke2002-03-28
| | | | | | | Updated descriptions for CCTK_INFO() and CCTK_WARN(). git-svn-id: http://svn.cactuscode.org/flesh/trunk@2679 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document the OPTIMIZE configure option.tradke2002-03-27
| | | | | | | This closes PR Documentation/953. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2674 17b73243-c579-4c4c-a9d2-2d5706c11dac
* UsersGuide.texjthorn2002-03-26
| | | | | | | | | | | | | | | | | | | | | | * rework FunctionDescription environment to fix a number of latex formatting problems: now uses latex list (similar to existing Lentry environment), so text for individual items is now a list \item, rather than in a minipage environment as before --> page breaking works properly (finally!); in particular, long examples are now page-broken properly, rather than running off the bottom of the page like they did before --> \NewPar (for paragraph breaks in items) no longer needed, now the ordinary tex leave-a-blank-line (gives \par) works fine Alas, the new format requires changes in how the environment is used, hence the corresponding changes to FunctionReference.tex FunctionReference.tex * make changes in each use of the FunctionDescription environment to match new definition of that environment * fix memory leak in Util_TableItQueryKeyValueInfo() example git-svn-id: http://svn.cactuscode.org/flesh/trunk@2672 17b73243-c579-4c4c-a9d2-2d5706c11dac
* UsersGuide.texjthorn2002-03-23
| | | | | | | | | | | | | add \Cplusplus macro to properly typeset "C++" FunctionReference.tex in CCTK_InterpLocalUniform() example, fix array initializations that were valid C++ but not C, and add a paragraph outlining the problem (thanks to Ian Hawke for pointing this out!) git-svn-id: http://svn.cactuscode.org/flesh/trunk@2662 17b73243-c579-4c4c-a9d2-2d5706c11dac
* get \pageref right in xref to CCTK_InterpLocalUniform()jthorn2002-03-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2661 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix cross-reference to new interpolator API in description ofjthorn2002-03-23
| | | | | | | reduction API --> now refers to CCTK_InterpLocalUniform(). git-svn-id: http://svn.cactuscode.org/flesh/trunk@2660 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Corrected format for variable declarations, and added a clarifying remark.rideout2002-03-22
| | | | | | | Fixed some typos. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2659 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updated section on scheduling bins.tradke2002-03-19
| | | | | | | This closes PR Documentation/568. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2656 17b73243-c579-4c4c-a9d2-2d5706c11dac
* updated the schedule.ccl appendixallen2002-03-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2647 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix an incorrect example for defining a Cactus array.rideout2002-03-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2643 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added footnote regarding the prompt given by the Cactus make system.rideout2002-03-11
| | | | | | | Clarified (at least to me) how variables sent on the command line are handled. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2639 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Finished alphabetizing CCTK_* section. Please keep this organizationrideout2002-03-11
| | | | | | | | | in future commits! Fixed all undefined reference errors in Users' Guide. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2638 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Clarified numeric constants used to specify parameter ranges.rideout2002-03-11
| | | | | | | | | Added some cross references. Clarified "shares:" line in param.ccl. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2637 17b73243-c579-4c4c-a9d2-2d5706c11dac
* sadsdfrideout2002-03-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2636 17b73243-c579-4c4c-a9d2-2d5706c11dac
* ThornWriters.texjthorn2002-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | section B8.3 "Interpolation Operators" * clarify description of how interpolation operators are registered * add descriptions of new proposed interpolation APIs for grid arrays and for local "nonuniform" and "warped" grids, all commented-out (see below) FunctionReference.tex * add descriptions of new proposed interpolation APIs for grid arrays and for local "nonuniform" and "warped" grids, all commented-out (see below) With this checkin, there are now 4 new interpolation APIs documented here, but 3 of them are commented out in the latex source with the string %notyet^I (that's a %notyet at the start of the line followed by a tab character). This way the typeset manual doesn't describe not-yet-implemented APIs. At the moment this is the only place where the string "notyet" appears in *.tex in this directory, so grepping for this string will find all the commented-out text. The new interpolation APIs and their commented-out-or-not status are: %notyet CCTK_InterpGridArrays CCTK_InterpLocalUniform %notyet CCTK_InterpLocalNonUniform %notyet CCTK_InterpLocalWarped I will be away for the next 2 weeks; talk to Thomas Radke or Tom Goodale or Ian Hawke for more info about the new interpolators. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2635 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typo fixesrideout2002-02-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2634 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document new error return code from CCTK_InterpLocalUniform():jthorn2002-02-27
| | | | | | | | CCTK_ERROR_INTERP_POINT_X_RANGE interpolatin point out of range also better document some other error return codes git-svn-id: http://svn.cactuscode.org/flesh/trunk@2633 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix a typo in CCTK_InterpLocalUniform() 'man page' function descriptionjthorn2002-02-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2626 17b73243-c579-4c4c-a9d2-2d5706c11dac
* update chapter E1 "Cactus Functions":jthorn2002-02-22
| | | | | | | | | | | | | | * document new flesh APIs CCTK_InterpRegisterOpLocalUniform() CCTK_InterpLocalUniform() * slight changes to description of CCTK_InterpRegisterOperatorGV() CCTK_InterpRegisterOperatorLocal() to correspond to new terminology in section B8.3 "Interpolation Operators" in ThornWriters.tex git-svn-id: http://svn.cactuscode.org/flesh/trunk@2624 17b73243-c579-4c4c-a9d2-2d5706c11dac
* update section B8.3 "Interpolation Operators":jthorn2002-02-22
| | | | | | | | | | | * describe new flesh APIs CCTK_InterpRegisterOpLocalUniform() and CCTK_InterpLocalUniform() * more clearly describe the manner in which multiple interpolation operators (one for each interpolation API) can be registered under the same character-string name git-svn-id: http://svn.cactuscode.org/flesh/trunk@2623 17b73243-c579-4c4c-a9d2-2d5706c11dac
* minor fixes.rideout2002-02-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2622 17b73243-c579-4c4c-a9d2-2d5706c11dac
* oops, fix typo in previous commitjthorn2002-02-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2621 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add a \label so I can cross-reference this chapter from othersjthorn2002-02-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2620 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Typo fixes, corrections, and clarifications of section E2 "Configurationrideout2002-02-22
| | | | | | | file syntax". git-svn-id: http://svn.cactuscode.org/flesh/trunk@2618 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New faq about missing C++allen2002-02-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2615 17b73243-c579-4c4c-a9d2-2d5706c11dac
* * make latex comments before \chapter and \section consistent throughoutjthorn2002-02-12
| | | | | | | | the whole document * reformat a couple of multi-hundred-character-long lines git-svn-id: http://svn.cactuscode.org/flesh/trunk@2614 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix a broken \ref in a %notyet% commented-out CCTK_InterpGridArrays() ↵jthorn2002-02-10
| | | | | | description git-svn-id: http://svn.cactuscode.org/flesh/trunk@2613 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added comment that for portability across all platforms (ie Windows, Mac?) ↵allen2002-02-05
| | | | | | the basenames of all files for a given extension must not rely on case sensitivity git-svn-id: http://svn.cactuscode.org/flesh/trunk@2610 17b73243-c579-4c4c-a9d2-2d5706c11dac
* oops, fix one more botch in the key-values tables descriptionjthorn2002-02-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2608 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix a bunch of typos in the key-value table routines' documentationjthorn2002-02-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2607 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Couple of typos in release procedureallen2002-01-31
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2605 17b73243-c579-4c4c-a9d2-2d5706c11dac
* revise description of Util_TableSetFromString() so the BNF describingjthorn2002-01-29
| | | | | | | | the set of strings accepted, matches the (recently-bug-fixed) code, also clarify description slightly git-svn-id: http://svn.cactuscode.org/flesh/trunk@2604 17b73243-c579-4c4c-a9d2-2d5706c11dac