summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* 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
* latex didn't like the {\tt } environment inside \sectionswhite2005-02-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3983 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
* Document how to configure Cactus via configuration files listed in antradke2005-01-31
| | | | | | | environment variable ${CACTUS_CONFIG_FILES}. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3977 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Introduce a parameter -L to select the logging level.schnetter2005-01-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3974 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
* Fix typoschnetter2005-01-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3964 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed missing {} around an \mbox argument.rideout2005-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3956 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
* 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