summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
Commit message (Collapse)AuthorAge
...
* Say that certain return values have to be freed after use.schnetter2003-07-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3266 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Sort entries alphabetically.schnetter2003-07-07
| | | | | | | Add missing entries for CCTK_GrouplshGI and CCTK_GrouplshGN. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3265 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add description for CCTK_GroupDynamicData.schnetter2003-07-07
| | | | | | | Small changes in related functions -- improve wording, fix examples. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3264 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix spacing after "e.g.", i.e. changed all "e.g." to "e.g.\".schnetter2003-07-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3262 17b73243-c579-4c4c-a9d2-2d5706c11dac
* point people looking for details on CCTK_InterpLocalUniform()jthorn2003-07-06
| | | | | | | | | | | | parameter-table options to the AEIThorns/AEILocalInterp thorn guide, since that documentation is now there rather than in the CactusBase/LocalInterp thorn guide (it really ought to be in some other location, one common to all interpolators which implement such options, but right now we don't have such a place so it's in the thorn guide) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3256 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Keep the reference guide as part of the users guide temporarily.allen2003-07-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3255 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Split of a "Reference Manual" from the Users Guide. Will update the docsallen2003-07-05
| | | | | | | | | | and different options for this, and add its own directory once we settle on the name of it. Fixes Cactus/1545 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3249 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document the new cGH fields cctk_timefac, cctk_levoff, andschnetter2003-06-17
| | | | | | | cctk_levoffdenom. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3241 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added functions CCTK_NumTimeLevels and CCTK_NumTimeLevelsI and fixedallen2003-06-08
| | | | | | | some formatting of i.e. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3238 17b73243-c579-4c4c-a9d2-2d5706c11dac
* This commit actually only removes trailing whitespace from some lines.jthorn2003-06-04
| | | | | | | | | | | | | It's purpose is to give the cvs log message which should have gone on the previous commit (but didn't due to a typo of mine)... msg for previous commit: * start a new section for string routines * document Util_Strdup() and Util_StrCmpi() in this new section * small tweaks to Util_Strlcat() and Util_Strlcpy() docs git-svn-id: http://svn.cactuscode.org/flesh/trunk@3230 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document that key-value table routines now have Fortran wrappersjthorn2003-06-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3229 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document the CPPFLAGS compile optionjthorn2003-06-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3228 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed mismatching datatypes for function arguments to CCTK_InterpGridArrays().tradke2003-05-28
| | | | | | | This closes PR Cactus/1524. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3226 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typo fixrideout2003-05-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3220 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document new interface for redirection of standard output and standard error.rideout2003-05-15
| | | | | | | | Adjust command line option formats to reflect my experiences today with option arguments and getopt. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3219 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document the parameter table option "suppress_warnings" in the descriptiontradke2003-05-13
| | | | | | | of CCTK_InterpGridArrays(). git-svn-id: http://svn.cactuscode.org/flesh/trunk@3215 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct names for macros for group types.rideout2003-05-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3211 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix latex error.rideout2003-05-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3210 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added level mode:goodale2003-05-09
| | | | | | | | | | | a scheduled routine can have options associated with it. LEVEL mode is where the routine should only be called once for any set of sub-grids with the same cctk_levfac numbers. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3209 17b73243-c579-4c4c-a9d2-2d5706c11dac
* correct & expand description of the new Util_Strlcat() and Util_Strlcpy()jthorn2003-05-02
| | | | | | | functions git-svn-id: http://svn.cactuscode.org/flesh/trunk@3207 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add some more definitions to glossary:jthorn2003-05-02
| | | | | | | | | | * grid array * grid scalar * NUL character * NULL pointer git-svn-id: http://svn.cactuscode.org/flesh/trunk@3206 17b73243-c579-4c4c-a9d2-2d5706c11dac
* backslash some underscores in "size_t". Fixes Documentation/1497.rideout2003-04-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3205 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added documentation of Util_strcat and Util_strlcpy.goodale2003-04-22
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3197 17b73243-c579-4c4c-a9d2-2d5706c11dac
* cactus.sty is now in doc/latex.rideout2003-04-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3195 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed 'Lentry' list to 'description' list, and removed []s, inrideout2003-03-21
| | | | | | | | | | | | | | | description of flesh IO routines. This looks a little different from the neighboring Lentry fields, and puts too large a space between the function name and its description, but it allows one to put line breaks into the function description, so that they don't run off the page... Put line break into argument list of OutputVarAsByMethod(). Fixes Documentation/1368. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3183 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Comment on upcoming functions.ccl spec.rideout2003-03-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3176 17b73243-c579-4c4c-a9d2-2d5706c11dac
* tighten wording for what happens of the ghost zone size is too smalljthorn2003-03-10
| | | | | | | | | | | | when you do a CCTK_InterpGridArrays(): - old wording just said the interpolator _should_ return some error code, _possibly_ CCTK_ERROR_INTERP_GHOST_SIZE_TOO_SMALL - new wording says that the interpolator _will_ return that error code (i.e. the user can count on any CCTK_InterpGridArrays() interpolator doing this) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3168 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document the new error return code CCTK_ERROR_INTERP_GHOST_SIZE_TOO_SMALLtradke2003-03-10
| | | | | | | for CCTK_InterpGridArrays(). git-svn-id: http://svn.cactuscode.org/flesh/trunk@3167 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added 'const' qualifiers to all read-only arguments in the flesh's reduction ↵tradke2003-03-10
| | | | | | API. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3165 17b73243-c579-4c4c-a9d2-2d5706c11dac
* documentation for function aliasingrideout2003-03-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3161 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added some documentation about parameter arrays.goodale2003-03-04
| | | | | | | | | | Note this commit seems to have modified a load of lines I don't recall changing - has someone been committing with tabs ? Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3159 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a note for the CCTK reduction API description saying that input andtradke2003-02-26
| | | | | | | output buffers must be distinct. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3152 17b73243-c579-4c4c-a9d2-2d5706c11dac
* description of CCTK_InterpGridArrys():jthorn2003-02-20
| | | | | | | | | | * expand/correct description of error return codes * add a paragraph warning that its up to the user to choose a ghost zone size that's large enough, and describing what might go wrong if it isn't git-svn-id: http://svn.cactuscode.org/flesh/trunk@3151 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix typo in ARFLAGS variable name.rideout2003-02-20
| | | | | | | Fixes Documentation/1393. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3150 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typosrideout2003-02-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3145 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document CCTK_NullPointer().tradke2003-02-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3137 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add warning against relying on default when using the INCLUDE mechanism.rideout2003-02-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3129 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fixing specification of INCLUDE linerideout2003-02-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3128 17b73243-c579-4c4c-a9d2-2d5706c11dac
* remove unwanted blank line in CCTK_InterpGridArrays() descriptionjthorn2003-02-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3124 17b73243-c579-4c4c-a9d2-2d5706c11dac
* wrap long lines in Fortran prototypes for CCTK_InterpGridArrays()jthorn2003-02-03
| | | | | | | and for various Util_Table*() routines git-svn-id: http://svn.cactuscode.org/flesh/trunk@3121 17b73243-c579-4c4c-a9d2-2d5706c11dac
* changes to Glossary:jthorn2003-01-31
| | | | | | | | | | | * add entries for "API", "mutual recursion", "recursion, mutual" * add explanatory text for "configuration", "HDF5", "MPI" * slightly tweak wording for "interpolation", "local interplation" * insert TeX "~" ties to prevent line breaks between "part" and "section" and the following \ref{whatever-the-label-is} git-svn-id: http://svn.cactuscode.org/flesh/trunk@3119 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some small tweaks to the section on interpolation operators.tradke2003-01-31
| | | | | | | | Changed the wording 'being phased out as of early 2002' (meaning the old interpolation API) to something hazier :-) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3118 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Completed function description of CCTK_InterpGridArrays().tradke2003-01-31
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3117 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added Cactus::max_runtime to the list of flesh parameters.tradke2003-01-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3111 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added descriptions for missing CCTK_GroupXXX() functions.tradke2003-01-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3098 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document the change in function argument order for CCTK_InterpGridArrays().tradke2003-01-22
| | | | | | | Also added synopsis of how to call this API from Fortran. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3095 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added synopsis for fortran bindings of table API.tradke2003-01-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3093 17b73243-c579-4c4c-a9d2-2d5706c11dac
* How to configure with LAPACK.tradke2003-01-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3085 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typorideout2003-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3078 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typosrideout2003-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3077 17b73243-c579-4c4c-a9d2-2d5706c11dac