summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
Commit message (Collapse)AuthorAge
* a bit more explanation about error codes for CCTK_InterpGridArraysjthorn2005-08-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4100 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_InterpGridArrays()jthorn2005-08-02
| | | | | | | | | Discussion section += a paragraph explaining that the returned result is always the same on all processors, and how current implementations compute this (global minimum over all processors) git-svn-id: http://svn.cactuscode.org/flesh/trunk@4099 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Util_TableSet*Array() and Util_TableSetGenericArray()jthorn2005-07-12
| | | | | | | += warning about the inefficiency of storing large arrays in a table git-svn-id: http://svn.cactuscode.org/flesh/trunk@4088 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_Equals() descriptionjthorn2005-07-04
| | | | | | | | | * rewrite in new FunctionDescription environment * clarify that it returns 1 for equal, 0 for not equal * add examples git-svn-id: http://svn.cactuscode.org/flesh/trunk@4087 17b73243-c579-4c4c-a9d2-2d5706c11dac
* correct default cctk_full_warnings description for CCTK_VWarn()jthorn2005-06-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4084 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix latex formatting of previous commitjthorn2005-06-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4083 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix description of return value for internal fn CCTK_Warn()jthorn2005-06-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4082 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document why it's good that CCTK_VWarn() returns an int, ratherjthorn2005-06-22
| | | | | | | | than having it be of type void (this allows it to be used in a C conditional expression) git-svn-id: http://svn.cactuscode.org/flesh/trunk@4081 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed documentation for CCTK_ReduceGridArrays().tradke2005-06-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4068 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typo: "Synopsos" -> "Synopsis".tradke2005-05-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4059 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Describe CCTK_FortranString according to my suggestion on theschnetter2005-05-08
| | | | | | | | | developers' mailing list. Add a description of the C API as well. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4043 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some updates to the description of CCTK_FortranString:schnetter2005-05-07
| | | | | | | | | | Correct and simplify declaration Reorder parameters in the explanation to match the calling order Mention error code Simplify example git-svn-id: http://svn.cactuscode.org/flesh/trunk@4042 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix table-of-contents 1-line summary of CCTK_FortranString()jthorn2005-05-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4041 17b73243-c579-4c4c-a9d2-2d5706c11dac
* redo description of CCTK_FortranString():jthorn2005-05-07
| | | | | | | | | | | * convert from old CCTKFunc latex environment to new FunctionDescription latex environment * add an example * clarify that string_length argument is an *output* from this function * other wording clarifications git-svn-id: http://svn.cactuscode.org/flesh/trunk@4040 17b73243-c579-4c4c-a9d2-2d5706c11dac
* convert description of CCTK_IsThornActive()jthorn2005-05-05
| | | | | | | | | from old CCTKFunc latex environment to new FunctionDescription latex environment, since the formatting was a bit ugly in the old format git-svn-id: http://svn.cactuscode.org/flesh/trunk@4039 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Explained that the result of CCTK_VarName should not beswhite2005-04-21
| | | | | | | freed after use. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4031 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Put CCTK_L* entries in correct alphabetical order.swhite2005-04-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4030 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document CCTK_TerminateNext().tradke2005-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4029 17b73243-c579-4c4c-a9d2-2d5706c11dac
* comment out an accidentally-not-commented-out line which showedjthorn2005-04-11
| | | | | | | | | | up as spurious text at the bottom of the CCTK_InterpHandle() page [the commented-out text is part of a description of an envisioned CCTK_InterpLocalNonUniform() which is not implemented yet] git-svn-id: http://svn.cactuscode.org/flesh/trunk@4025 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix Util_snprintf() examples to actually use Util_snprintf()jthorn2005-04-07
| | | | | | | -- previously they used snprintf() git-svn-id: http://svn.cactuscode.org/flesh/trunk@4022 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix wrong order of arguments in CCTK_FortranString().tradke2005-04-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4019 17b73243-c579-4c4c-a9d2-2d5706c11dac
* key/value table iterators (Util_TableIt*() functions):jthorn2005-03-18
| | | | | | | * standardize terminology that ihandle is "handle to table iterator" git-svn-id: http://svn.cactuscode.org/flesh/trunk@4015 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document that Util_TableSetGeneric() and SetGenericArray()jthorn2005-03-18
| | | | | | | may return UTIL_ERROR_BAD_INPUT for invalid type_code git-svn-id: http://svn.cactuscode.org/flesh/trunk@4009 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_VarTypeSize() entryjthorn2005-03-18
| | | | | | | | | * add -1 error return * add Fortran prototype * clarify wording in description git-svn-id: http://svn.cactuscode.org/flesh/trunk@4007 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typo fix for Util_TableGetXxx() entryjthorn2005-03-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4005 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Util_Table{Get,Set}Xxx() entriesjthorn2005-03-17
| | | | | | | | | | | * add CCTK_BYTE to *all* the entries (I forgot some before :) * tweak wording on what data types Fortran supports Util_Table{Get,Set}XxxArray() entries * document that Fortran accepts the same data types as C git-svn-id: http://svn.cactuscode.org/flesh/trunk@4004 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Util_Table{Get,Set}Xxx() entriesjthorn2005-03-17
| | | | | | | | | | | | * add CCTK_BYTE * document that CCTK_CHAR isn't available from Fortran s/Util_TableGet*String()/Util_TableGetString() (no such function ever existed, so I suspect this was a global-search-and-replace typo sometime in the past) git-svn-id: http://svn.cactuscode.org/flesh/trunk@4002 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Better explanation of ncharsswhite2005-02-09
| | | | | | | | | Fixed formatting Explained that boxed comment pertains to C Explained how Reals are formatted git-svn-id: http://svn.cactuscode.org/flesh/trunk@3984 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typo that caused latex errorswhite2005-02-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3982 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Made a little clearer which variables are output.swhite2005-02-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3981 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Mention more functions in the indexschnetter2005-01-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3969 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix a common (cut-n-paste :) typo -- CCTK_Coord* was misspelled CCTI_Coord*jthorn2005-01-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3968 17b73243-c579-4c4c-a9d2-2d5706c11dac
* describe Util_StrSep()jthorn2005-01-08
| | | | | | | (fix for code will follow later today or tomorrow) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3953 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add 1-line description in index for Util_snprintf()jthorn2005-01-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3951 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document the newly-repaired-and-rejuvinated Util_snprintf() functionjthorn2004-12-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3943 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add footnote describing hopefully-soon-to-be-internal functionjthorn2004-12-10
| | | | | | | | CCTK_Warn() in case people with existing code want to see what it is git-svn-id: http://svn.cactuscode.org/flesh/trunk@3932 17b73243-c579-4c4c-a9d2-2d5706c11dac
* have CCTK_WARN() description point to CCTK_VWarn() one forjthorn2004-12-10
| | | | | | | CCTK_WARN_* macros et al git-svn-id: http://svn.cactuscode.org/flesh/trunk@3930 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document the new CCTK_WARN_* macrosjthorn2004-12-10
| | | | | | | and recommend that new code use them git-svn-id: http://svn.cactuscode.org/flesh/trunk@3929 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix error return in CCTK_ReduceGridArrays() examplejthorn2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3928 17b73243-c579-4c4c-a9d2-2d5706c11dac
* change more examples to use new CCTK_WARN_* macrosjthorn2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3927 17b73243-c579-4c4c-a9d2-2d5706c11dac
* change examples to use new CCTK_WARN_* macrosjthorn2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3926 17b73243-c579-4c4c-a9d2-2d5706c11dac
* change examples to use new CCTK_WARN_* macros for warning levelsjthorn2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3925 17b73243-c579-4c4c-a9d2-2d5706c11dac
* comment-out a line which accidentally got un-commented-outjthorn2004-12-07
| | | | | | | | in the (otherwise completely commented-out) description of CCTK_InterpLocalWarped() git-svn-id: http://svn.cactuscode.org/flesh/trunk@3922 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed latex errors. Corrected ordering of function references.tradke2004-11-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3909 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_InterpGridArrays():jthorn2004-11-04
| | | | | | | | * clarify that interp coords are almost always CCTK_REAL or one of the CCTK_REAL* types git-svn-id: http://svn.cactuscode.org/flesh/trunk@3896 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_InterpLocalUniform():jthorn2004-11-04
| | | | | | | | * clarify that interp coords are almost always CCTK_REAL or one of the CCTK_REAL* types git-svn-id: http://svn.cactuscode.org/flesh/trunk@3895 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct the argument list of ReduceGridArrays (add dest_processor).hawke2004-11-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3892 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document that all the CCTK_Coord*() APIs are deprecated and willjthorn2004-11-03
| | | | | | | | probably be phased out soon; new code should use the CoordBase APIs instead git-svn-id: http://svn.cactuscode.org/flesh/trunk@3889 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Yaakoub's docs for the new reduction interface.goodale2004-11-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3881 17b73243-c579-4c4c-a9d2-2d5706c11dac
* redo description ofjthorn2004-10-20
| | | | | | | | | | | | | | CCTK_FirstVarIndex() CCTK_FirstVarIndexI() * switch from old CCTKFunc to new FunctionDescription latex environment * state explicitly that the variables in a group occupy a contiguous chunk of varible-index space * add some relevant "see also" links * document error codes git-svn-id: http://svn.cactuscode.org/flesh/trunk@3874 17b73243-c579-4c4c-a9d2-2d5706c11dac