summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* clarify that keys in key-value tables may be any C string notjthorn2002-01-29
| | | | | | | containing a '/' character git-svn-id: http://svn.cactuscode.org/flesh/trunk@2603 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Clarify that when Util_Table*() routines which return results in ajthorn2002-01-29
| | | | | | | | | | | | user's buffer fail (and return an error code), the user's buffer is guaranteed to be unchanged, excepyt for UTIL_ERROR_TABLE_STRING_TRUNCATED returns. (Thanks to Erik Schnetter for pointing out that the behavior wasn't documented before for this.) git-svn-id: http://svn.cactuscode.org/flesh/trunk@2601 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed some formatting bugs in section "A2.1.1 Configuration options".rideout2002-01-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2600 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix a syntax error in one of the examples for Util_TableSetFromString()jthorn2002-01-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2595 17b73243-c579-4c4c-a9d2-2d5706c11dac
* by popular demand...jthorn2002-01-22
| | | | | | | | | | comment out all mention of new interpolator api (which isn't ready yet) ... all these commenting-out use the beginning-of-line prefix %notyet% so it will be easy to find the offending lines to restore them later, when the new interpolator api is actually ready for use git-svn-id: http://svn.cactuscode.org/flesh/trunk@2594 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add a new section describing the Util_TableSetFromString()jthorn2002-01-21
| | | | | | | and Util_TableCreateFromString() convenience routines git-svn-id: http://svn.cactuscode.org/flesh/trunk@2593 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add documentation for new function Util_TableSetFromString()jthorn2002-01-21
| | | | | | | | | | change documentation for Util_TableCreateFromString() to reference new Util_TableSetFromString() for the detail description of the string syntax/semantics tweak a few "See Also" entries for other table functions git-svn-id: http://svn.cactuscode.org/flesh/trunk@2592 17b73243-c579-4c4c-a9d2-2d5706c11dac
* In the glossary, explain what a handle is.tradke2002-01-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2586 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix some incorrect return codes for table routinesjthorn2002-01-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2580 17b73243-c579-4c4c-a9d2-2d5706c11dac
* section C2.6 "Table Options"jthorn2002-01-17
| | | | | | | clarify semantics of case-insensitive flags-word bit git-svn-id: http://svn.cactuscode.org/flesh/trunk@2579 17b73243-c579-4c4c-a9d2-2d5706c11dac
* remove all mention of the auto-destroy flag from the table routines'jthorn2002-01-17
| | | | | | | | | descriptions -- we've decided that this flag was a design mistake in the first place, and I'll shortly remove it from the code git-svn-id: http://svn.cactuscode.org/flesh/trunk@2578 17b73243-c579-4c4c-a9d2-2d5706c11dac
* remove all mention of the auto-destroy flagjthorn2002-01-17
| | | | | | | (we've decided it was a mistake, and I'll shortly remove it from the code) git-svn-id: http://svn.cactuscode.org/flesh/trunk@2577 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Corrected arguement types for CoordRange (Documentation/883)allen2002-01-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2575 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added explanation of how to turn String parameters into standard fortranallen2002-01-02
| | | | | | | strings. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2564 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some more specific documentation on generic datatypes.tradke2002-01-02
| | | | | | | Closes PR Documentation-66. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2560 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added label to 'Available Options' subsection.tradke2002-01-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2559 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed PR Documentation-82.tradke2002-01-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2558 17b73243-c579-4c4c-a9d2-2d5706c11dac
* When describing parameters, point out what types they expand to in C/Fortrantradke2002-01-02
| | | | | | | source code. This closes PR Documentation-92. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2557 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Point out that the keywords in a schedule.ccl file are significant with theirtradke2002-01-02
| | | | | | | first four letters. This closes PR Documentation-86. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2556 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed small bugs in description of schedule bins.tradke2002-01-02
| | | | | | | This closes PR Documentation-626 and Documentation-628. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2552 17b73243-c579-4c4c-a9d2-2d5706c11dac
* 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
* More documentation for providing and using coordinate systemsallen2001-12-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2545 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
* Filled in chapter on "Adding an I/O Method".tradke2001-12-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2538 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed CCTK_Output*() API descriptions. Added labels for scheduling chapters.tradke2001-12-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2537 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
* remove extra $ in $Header$$ line, which was confusing TeXjthorn2001-12-22
| | | | | | | about whether or not we're in math mode :) git-svn-id: http://svn.cactuscode.org/flesh/trunk@2531 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
* slightly reword description of table iteratorsjthorn2001-12-22
| | | | | | | to clarify that any change in the table may change the iterator order. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2529 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
* tweak wording in description of CCTK_POINTER/CCTK_FN_POINTERjthorn2001-12-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2520 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add CCTK_POINTER and CCTK_FN_POINTER to description of variable typesjthorn2001-12-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2519 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added label for chapter on IO methods.rideout2001-12-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2511 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cleaned up reduction operator interface.rideout2001-12-17
| | | | | | | Closes Cactus/738. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2510 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
* Fixing typoallen2001-12-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2500 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Couldn't find instructions on how to actually run Cactus anywhere (?) soallen2001-12-06
| | | | | | | added them to the Running section. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2487 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
* Why we don't use mpiCC scripts at the momentallen2001-10-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2417 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed quotes in a source code example. Thanks to Jonathan.tradke2001-10-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2391 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixes in staggering discussion.rideout2001-09-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2387 17b73243-c579-4c4c-a9d2-2d5706c11dac
* some minor clarifications; fixed some typosrideout2001-09-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2386 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New order of implementing configuration optionsallen2001-09-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2382 17b73243-c579-4c4c-a9d2-2d5706c11dac