summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
* Document new flesh parameter Cactus::highlight_warning_messages.tradke2004-12-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3938 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
* document new CCTK_WARN_* severity-level macrosjthorn2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3924 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
* Correct size of CCTK_INT1 in table.schnetter2004-11-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3918 17b73243-c579-4c4c-a9d2-2d5706c11dac
* note that empty sections in the FunctionDescription environmentjthorn2004-11-15
| | | | | | | | | make latex choke (I don't know enough low-level tex to fix this -- maybe someone who does, can fix the problem) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3910 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
* Document the <config>-configinfo and <config>-reconfig makefile targets.tradke2004-11-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3902 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
* note that the flesh coordinate APIs are deprecated and will probablyjthorn2004-11-03
| | | | | | | | be phased out soon; suggest that new code should use the CoordBase APIs instead git-svn-id: http://svn.cactuscode.org/flesh/trunk@3888 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix a latex bug which typeset about 5 pages of this chapter (fromjthorn2004-11-03
| | | | | | | the function-alias description to the end of the chapter) in \tt font git-svn-id: http://svn.cactuscode.org/flesh/trunk@3887 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update section on using Fortran modules.schnetter2004-11-03
| | | | | | | Update section on using CCTK_INFO and CCTK_WARN from Fortran. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3886 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Release notes for 4.0 beta 15.goodale2004-11-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3883 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Restore old reduction docs so people can understand current codesgoodale2004-11-02
| | | | | | | and know how to migrate to new API. Patch from Yaakoub. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3882 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
* fix (another) mistake in comments describing how to use FunctionDescriptionjthorn2004-10-20
| | | | | | | latex environment -- they omitted the \end{FunctionDescription} :( git-svn-id: http://svn.cactuscode.org/flesh/trunk@3873 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct documentation for the cGroup structure, which is for someschnetter2004-10-20
| | | | | | | reason indexed under "CCTK_GroupData". git-svn-id: http://svn.cactuscode.org/flesh/trunk@3872 17b73243-c579-4c4c-a9d2-2d5706c11dac
* redo documentation for CCTK_GroupData:jthorn2004-10-20
| | | | | | | | | | | * switch to new-style FunctionDescription environment for the latex layout * document all members in the cGroup stucture (previously the tags-table information was not documented) * document (my best reverse-engineering from the code of) the semantics of the members git-svn-id: http://svn.cactuscode.org/flesh/trunk@3871 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix two typos in comments describing usage of FunctionDescription environmentjthorn2004-10-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3870 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix latex error.rideout2004-09-08
| | | | | | | Provide more detail on format of 'tags' option. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3860 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typoswhite2004-09-02
| | | | | | | Removed commented-out text that was moved to Infrastructure git-svn-id: http://svn.cactuscode.org/flesh/trunk@3859 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typorideout2004-08-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3857 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document new OPTION option in a PROVIDES block in a configuration.ccl.goodale2004-08-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3856 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Remove extra \end{parameter}, correcting PR 1833.schnetter2004-08-20
| | | | | | | Also untabify some source code. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3853 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Converted Timer entries to new format, alphabetized, cussing the whole way.swhite2004-08-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3849 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug in last minute change that "couldn't have broken anything">swhite2004-08-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3848 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added Cactus Timer functions documentationswhite2004-08-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3847 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing some typos in the description of the syntax of the outputgoodale2004-08-18
| | | | | | | of configuration scripts. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3846 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Documentation for API functions completing the Cactus Timer interface.swhite2004-08-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3827 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Require package hyperref, to enable live URL'sswhite2004-08-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3826 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Glossary: added parallelisationswhite2004-08-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3825 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added to glossary: domain decomposition, function aliasingswhite2004-08-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3824 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a few definitions, corrected a few others.swhite2004-08-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3823 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More details about default timersswhite2004-08-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3820 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Following an e-mail conversation with Gab, for brevityswhite2004-08-02
| | | | | | | | | | got rid of "Adding a..." prefix to Infrastructure Guide chapter titles preferring to explain what one adds at the beginning of the chapter text. Also rearranged explanation of Timer functions. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3815 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Expanded on chapter Infrastructure:Adding a timerswhite2004-08-02
| | | | | | | | | | | Renamed it to "Adding a timer clock" Corrected references to "Timer" in this section to "Clock" Made links from this chapter to the section "Using Cactus Timers" and vice-versa. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3814 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document the schedule options "loop-local", "loop-singlemap",schnetter2004-07-31
| | | | | | | "loop-level", "loop-global", and "loop-meta". git-svn-id: http://svn.cactuscode.org/flesh/trunk@3813 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Re-worded Checkpointing/Recovery section.swhite2004-07-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3809 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Patch from Yaakoub for PRs 1480 and 1690. Now have workinggoodale2004-07-15
| | | | | | | code to allow tests to set individual absolute and relative tolerances. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3808 17b73243-c579-4c4c-a9d2-2d5706c11dac