summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/FunctionReference.tex
Commit message (Collapse)AuthorAge
* Fixed some more function references, added missing descriptions etc.tradke2001-12-30
| | | | | | | This closes Documentation-551 and Documentation-553. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2551 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Really sort the function index alphabetically.tradke2001-12-30
| | | | | | | This closes PR Documentation-671. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2550 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing function reference for CCTK_IsThornActive().tradke2001-12-29
| | | | | | | This closes PR Documentation-578. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2540 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Point out that CCTK_Equals() should be used to check STRING and KEYWORDtradke2001-12-28
| | | | | | | | parameters. This closes PR Cactus-198. Also fixed some places where 'cGH *' turned into 'const cGH *'. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2539 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added return code descriptions for CCTK_Output*() routines.tradke2001-12-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2536 17b73243-c579-4c4c-a9d2-2d5706c11dac
* permite CCTK_VarIndex(), CCTK_VarDataPtr(), and nearby functionsjthorn2001-12-22
| | | | | | | | so they're in alphabetical order in the "full description of functions" section git-svn-id: http://svn.cactuscode.org/flesh/trunk@2530 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing latexing errors in function descriptions with new environment.allen2001-12-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2528 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_InterpLocalArrays():jthorn2001-12-20
| | | | | | | | | | * add previously-missing description of input_array_dims[] parameter * add previously-missing example also some small tweaks to CCTK_InterpGridArrays() git-svn-id: http://svn.cactuscode.org/flesh/trunk@2525 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add notes about CCTK_InterpGV() and CCTK_InterpLocal()jthorn2001-12-20
| | | | | | | | being phased out, and pointers to their eventual replacements CCTK_InterpGridArrays() and CCTK_InterpLocalArrays() git-svn-id: http://svn.cactuscode.org/flesh/trunk@2524 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add previously-missing example for CCTK_InterpGridArrays()jthorn2001-12-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2523 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add new chapter "Utility Routines",jthorn2001-12-20
| | | | | | | | | | initially containing programming guide for the key/value tables routines. also renumber all the other cactusparts, i.e. utility routines is now C, Infrastructure Thorn Writer's Guide is now D, Function Reference E, etc git-svn-id: http://svn.cactuscode.org/flesh/trunk@2522 17b73243-c579-4c4c-a9d2-2d5706c11dac
* minor bugfix in Util_TableItQueryKeyValueInfo() examplejthorn2001-12-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2521 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed many many bugs and typos. (Many more remain.) Cleaned uprideout2001-12-17
| | | | | | | | | | numerous sections. Added some clarifications. Closes Cactus/508 (I think, though he mentioned a section which doesn't seem to exist). Partly closes Cactus/696. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2508 17b73243-c579-4c4c-a9d2-2d5706c11dac
* UsersGuide.texjthorn2001-11-13
| | | | | | | | | | | | | | | | Add new environment FunctionDescription , to be used for detailed function descriptions. This could in the future replace the existing CCTKFunc environment -- it has mostly a superset of that one's features (but if misses a few others). FunctionReference.tex Add descriptions of new Util_Table* table functions. Also add commented-out entries in table of contents for all other Util_* functions found by grepping Cactus/src/util/*.c for @routine git-svn-id: http://svn.cactuscode.org/flesh/trunk@2463 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typo in the description for CCTK_CoordRange().tradke2001-02-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2033 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added references for CCTK_CoordSystemName(), CCTK_CoordSystemHandle(),tradke2001-02-17
| | | | | | | | CCTK_GHExtension(), and the new interpolator flesh API. Removed references for the old interpolator flesh API. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2027 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added information about CCTK_WARNallen2001-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1982 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Checking for non-valid case of coordinate direction = 0, and adding toallen2000-12-18
| | | | | | | | | grdoc and docs Fixes Cactus/401 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1974 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added some function definitions and got rid of some warningsallen2000-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1957 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding Carsten's suggestionsallen2000-11-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1897 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correcting docs for CCTK_GroupIndex, CCTK_VarIndex pointed out by Karen.allen2000-11-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1893 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updates for SYNCallen2000-09-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1811 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New coordinate functionsallen2000-07-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1763 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updatesallen2000-07-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1749 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updatesallen2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1634 17b73243-c579-4c4c-a9d2-2d5706c11dac
* grdoc.goodale2000-02-04
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1360 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updatesallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1254 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed to function CCTK_GroupDataallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1236 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new functionsallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1222 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding complex variables in C and mod in Fortranallen1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1192 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added page numbers to cactus functionsallen1999-11-24
| | | | | | | Cactus/172 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1165 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a few functionsallen1999-10-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1020 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK functionsallen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@827 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changesallen1999-07-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@824 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More CCTK function info.allen1999-07-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@800 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added more functions, unfortunately only their names.allen1999-07-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@786 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Finished function documentation for Groups.callen1999-07-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@765 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More function documentation.allen1999-07-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@763 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New Part: Function Referenceallen1999-07-21
git-svn-id: http://svn.cactuscode.org/flesh/trunk@756 17b73243-c579-4c4c-a9d2-2d5706c11dac