summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
* Document that the "varname" argument in the I/O method calls may have appendedtradke2004-07-05
| | | | | | | an optional options string. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3806 17b73243-c579-4c4c-a9d2-2d5706c11dac
* more typo fixesrideout2004-06-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3803 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typo fixesrideout2004-06-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3798 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document the new HAVE_CCTK_<datatype> macros.tradke2004-06-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3796 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Finally get rid of all appearances of CCTK_InterpGV() and CCTK_InterpLocal().tradke2004-06-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3784 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed documentation of old interpolator API code.tradke2004-06-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3772 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updated with latest notes.goodale2004-05-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3744 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed to using the cygwin version of Perl under cygwin. This hasgoodale2004-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | the translation of CCTK_HOME to a windows format from the master Makefile, and forced the addition of a new Make macro TRANSLATE_DIRS which is used in various places in Make to translate things like /cygwin/f/... into f:\... This is a 'call'able macro in Make, and defaults to $(1). There is a new subroutine in RunTestUtils which serves the same purpose. This change should not affect anyone not using Cactus on Windows. If you are using Windows you will need to reconfigure, making sure that the Perl you use is the cygwin one and not the ActiveState one. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3742 17b73243-c579-4c4c-a9d2-2d5706c11dac
* as per recent discussion on mailing lists,jthorn2004-05-17
| | | | | | | | document that all Cactus* thorns are also supposed to follow the flesh coding style git-svn-id: http://svn.cactuscode.org/flesh/trunk@3741 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use correct month !goodale2004-05-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3725 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Release notes for 4.0 beta 14.goodale2004-05-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3723 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update the release procedures.goodale2004-05-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3722 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Release notes for 4.0 beta 13.goodale2004-05-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3720 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Explain the postrestrict bin better.schnetter2004-05-07
| | | | | | | Explain the postregrid bin. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3702 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added D12: Cactus with MPI on a single processor says:tradke2004-05-01
| | | | | | | "Unable to open parameter file ..." git-svn-id: http://svn.cactuscode.org/flesh/trunk@3681 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document 'REQUIRES FUNCTION' to declare aliased functions which are requiredtradke2004-04-23
| | | | | | | to be provided. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3672 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct explanation of vector groupsschnetter2004-03-31
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3629 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document the new configuration.ccl stuff. Made note of the it not beinggoodale2004-03-30
| | | | | | | fully implemented yet. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3621 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Explain LDFLAGS variable in more detail.schnetter2004-03-23
| | | | | | | Document ThornDoc and ArrangementDoc makefile targets. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3599 17b73243-c579-4c4c-a9d2-2d5706c11dac
* whitespace changeschnetter2004-03-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3598 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed CPP to FPP in appropriate placesallen2004-03-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3594 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updated to recent additions in UsersGuide.texallen2004-03-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3586 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Suggest an additional const in rcsid declarations.schnetter2004-03-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3583 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document cctk_convfac.schnetter2004-03-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3581 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Put in more refs/labels, esp. in and to Chapter Aswhite2004-01-22
| | | | | | | | | | | | | | | | | | | | and cases of CCTK functions explained in the Reference Manual Removed a bad character (probably added by me) Expanded upon overview of parameters in B5; Added a section "Steerable" (note: also needs sections on "Accumulator") Changed "gridfunction" -> "grid function" throughout. Regularised use of verbatim environment, esp in B8.1 Corrected statement about arguments of CCTK_CoordRange Core use of alltt environment in B8.4 (fixed a small typo) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3561 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add () after Perl "values" function name in table-iterators analogyjthorn2004-01-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3560 17b73243-c579-4c4c-a9d2-2d5706c11dac
* [[from Jonathan & Steve working together]]jthorn2004-01-22
| | | | | | | | * redo glossary entry for "computational grid" * expand entry for "grid function" git-svn-id: http://svn.cactuscode.org/flesh/trunk@3559 17b73243-c579-4c4c-a9d2-2d5706c11dac
* tweak glossary defn of "arrangement"jthorn2004-01-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3557 17b73243-c579-4c4c-a9d2-2d5706c11dac
* * at Steve's suggestion, cleanup the description of the basic "life cycle"jthorn2004-01-22
| | | | | | | | of a table * add analogies with shell environment variables and with Awk associative arrays git-svn-id: http://svn.cactuscode.org/flesh/trunk@3556 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Explain new handling of empty trigger groups at analysis.schnetter2004-01-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3555 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Explain new handling of empty trigger groups at analysisschnetter2004-01-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3554 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added newly supported architectures.tradke2004-01-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3551 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change CPP to FPP to match the new variable nameschnetter2004-01-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3540 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Prev commit broke a couple of code examples. Fixed these.swhite2004-01-19
| | | | | | | | | | | | | | | Latex didn't like {\tt \#}. Made \verb|#| instead,. To Glossary, added many references, added several technical terms. Made some chapter and section reference names more readable. (this is a bigger project--a standard format would be nice) More use of 'alltt' environment in cases where some formatting is desirable in format specifications git-svn-id: http://svn.cactuscode.org/flesh/trunk@3532 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Make error messages and debug information point to the real sourceschnetter2004-01-19
| | | | | | | | file instead of the preprocessed file. The options C_LINE_DIRECTIVES and F_LINE_DIRECTIVES control this behaviour. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3527 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document FPP and FPPFLAGSschnetter2004-01-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3525 17b73243-c579-4c4c-a9d2-2d5706c11dac
* cleanups to "NULL pointer" glossary entryjthorn2004-01-19
| | | | | | | | | * add "null pointer" as preferred name * move an esoteric point to a footnote * add reference to comp.lang.c FAQ git-svn-id: http://svn.cactuscode.org/flesh/trunk@3519 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Explain the function prototypes for scheduled functionsschnetter2004-01-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3515 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix some spelling errorsschnetter2004-01-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3509 17b73243-c579-4c4c-a9d2-2d5706c11dac