summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/Appendices.tex
Commit message (Collapse)AuthorAge
* Removed RCSfile tag that appeared in the bottom left of many pages.sbrandt2012-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4782 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Allow zero timelevels in STORAGE timelevelseschnett2011-12-12
| | | | | | | | | | | This allows to simply set timelevels=0 to turn off storage without having to put an "if (do_something timelevels > 0)" into schedule.ccl files. It is also the only way to turn off storage inside of a GROUP of SCHEDULE statement based on a condition (other than scheduling the item twice, once with STORAGE, once without). git-svn-id: http://svn.cactuscode.org/flesh/trunk@4774 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix syntax error that prevented the HTML User Guide from building.hinder2011-10-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4757 17b73243-c579-4c4c-a9d2-2d5706c11dac
* UserGuide: Change CVS references to SVNhinder2011-10-22
| | | | | | | Also remove a veritable CVS manual, leaving a very basic guide and a pointer to the SVN documentation. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4750 17b73243-c579-4c4c-a9d2-2d5706c11dac
* UserGuide: Document current TRAC system instead of GNATS for problem reportshinder2011-10-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4749 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document VERBOSE=yes (and that SILENT=no is now depreciated)knarf2011-10-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4741 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct documentation of if statements in scheduleeschnett2011-07-02
| | | | | | | | | | | | | | | Change the documented allowed "if" statements in schedule files from if(CCTK_EQUALS(<parameter>, <value>)) { ... } to if(<expression>) { ... } which is what is actually allowed (and commonly used). git-svn-id: http://svn.cactuscode.org/flesh/trunk@4709 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Describe GLOBAL-EARLY, GLOBAL-LATE, META-EARLY and META-LATEeschnett2011-07-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4708 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Allow parameters in STORAGE specificationseschnett2011-07-02
| | | | | | | | Allow parameters in addition to integer constants in STORAGE specifications in schedule.ccl. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4706 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Jian Tao: describe the flags to support CUDA programming in Cactus.knarf2011-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4698 17b73243-c579-4c4c-a9d2-2d5706c11dac
* don't refer to the subsubsection right below by reference - all this ↵knarf2009-11-05
| | | | | | produces is the number of the whole subsection git-svn-id: http://svn.cactuscode.org/flesh/trunk@4574 17b73243-c579-4c4c-a9d2-2d5706c11dac
* General restructuring.bentivegna2009-02-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4548 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Proofreading Appendicesbrodrig2009-02-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4546 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Missed to capitalize some titles in Runningbrodrig2009-01-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4534 17b73243-c579-4c4c-a9d2-2d5706c11dac
* remove (comment) broken referencesknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4514 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document that square brackets can be used in parameter rangeschnetter2008-06-17
| | | | | | | specifications to denote closed intervals git-svn-id: http://svn.cactuscode.org/flesh/trunk@4495 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document new schedule bin "postpostinitial".schnetter2008-05-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4486 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add IF clauses to schedule itemsschnetter2008-04-09
| | | | | | | | | | | | | | | Schedule items in Cactus can already have WHILE clauses, which means that they are executed while a certain condition are true. This patch adds IF clauses, which means that they are executed only if a certain condition is true. The syntax is equivalent to WHILE clauses. These if clauses is different from the existing C-syntax if statements, which are only evaluated at startup and determine how the schedule is constructed. These if clauses are evaluated every time the schedule is traversed, and can skip certain schedule items. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4479 17b73243-c579-4c4c-a9d2-2d5706c11dac
* White space correctionschnetter2008-03-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4475 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed two typos, and comment that we should document the MESSAGE field forrideout2007-10-12
| | | | | | | configuration scripts. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4431 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add three new schedule binsschnetter2006-12-14
| | | | | | | | | | | | | | | | | | | PREREGRIDINITIAL POSTREGRIDINITIAL POSTRESTRICTINITIAL These bins are necessary so that thorns can distinguish between the corresponding operations during evolution and during initial data setup. That is, for example, operations that need to be performed after restricting during time evolution may differ from operations that need to be performed after restricting while initial data are set up. This closes PR/2074. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4393 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update description of aliased functionsschnetter2006-11-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4389 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document that CCTK_COMPLEX is now allowed in aliased functions.schnetter2006-11-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4388 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Improve readability of param.ccl descriptonswhite2006-10-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4384 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document RECOVERY value of param.ccl STEERABLEswhite2006-10-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4383 17b73243-c579-4c4c-a9d2-2d5706c11dac
* more to CCTK_RECOVER_PARAMETERSswhite2006-10-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4380 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Corrected and completed schedule bin entry about CCTK_RECOVER_PARAMETERSswhite2006-10-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4379 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Describe PREREGRID bin.schnetter2006-07-06
| | | | | | | Update description of POSTREGRID bin. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4346 17b73243-c579-4c4c-a9d2-2d5706c11dac
* += INOUT intent for aliaed-function arguments, as perjthorn2006-06-22
| | | | | | | | http://www.cactuscode.org/old/pipermail/developers/2006-June/002882.html and following discussion git-svn-id: http://svn.cactuscode.org/flesh/trunk@4323 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Describe the RECOVER_PARAMETERS bin better.schnetter2006-05-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4289 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct typographical error.schnetter2006-03-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4271 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Indicate that RECOVER_PARAMTERS routines are called before STARTUP routinesschnetter2006-01-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4226 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Describe the schedule group CCTK_RECOVER_PARAMETERS correctly; as itschnetter2006-01-03
| | | | | | | is special. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4217 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Refer to the CactusDoc arrangement documentation when documenting tags for gridtradke2005-09-19
| | | | | | | variable groups. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4135 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document the (optional) tags information 'Checkpoint="yes|no"' intradke2005-09-15
| | | | | | | grid variable group definitions. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4131 17b73243-c579-4c4c-a9d2-2d5706c11dac
* changes to section E2.2.1 "Header block":jthorn2005-09-14
| | | | | | | | | | | | | | | | | | * give capsule definitions of "transitive" as it applies to inheritance and friendship * state explicitly that friendship is transitive (previous this was implied by the wording, but the word "transitive" wasn't actually used) * add some commented-out-in-the-latex notes about what "associative" and "commutative" mean With regard to the last point, Thomas and I looked at this, and came to the conclusion that we don't really know what was meant here. We'll ask Steve to investigate what the actual semantics are, and update the docs to describe this... git-svn-id: http://svn.cactuscode.org/flesh/trunk@4127 17b73243-c579-4c4c-a9d2-2d5706c11dac
* tiny wording tweak to previous commitjthorn2005-09-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4123 17b73243-c579-4c4c-a9d2-2d5706c11dac
* [[new text mostly by Jonathan, worked out in conjunction with Thomas]]jthorn2005-09-06
| | | | | | | | | | | | | | | | | section E2.3.2 "Parameter object specification items": completely rewrite the description of INT parameters to (a) be unambiguous (b) agree with what the code seems to do (lib/sbin/parameter_parser.pl, near line 381), and hopefully (c) be easy to understand also change some surrounding text to consistently use \var{<name with multiple words>} for metavariables; previously the text had sometimes used that form and sometimes used \var{<name\_with\_multiple\_words>} for metavariables; git-svn-id: http://svn.cactuscode.org/flesh/trunk@4122 17b73243-c579-4c4c-a9d2-2d5706c11dac
* clarify that Boolean literals may *optionally* be enclosed in double quotesjthorn2005-07-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4098 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update keyword parameter description wrt. enclosing them in quotes;schnetter2005-06-03
| | | | | | | change from "may" to "should". git-svn-id: http://svn.cactuscode.org/flesh/trunk@4070 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Describe where double quotes are necessary for boolean, string, andschnetter2005-05-27
| | | | | | | keyword parameters. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4064 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Reformat the latex source of the section about param.ccl to make itschnetter2005-05-15
| | | | | | | | | | | | more readable. Suggest the regular expression "" instead of ".*" to match any string. State that CCTK_REAL4 etc. are not allowed parameter types. This was wrong before. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4051 17b73243-c579-4c4c-a9d2-2d5706c11dac
* * document both syntaxes for scheduling something before/after any/alljthorn2005-04-22
| | | | | | | | | | of a set of other things (previously neither syntax was documented) (Tom confirmed that both syntaxes are valid in an E-mail to developers@cactuscode.org on 16.Nov.2004) * point to Users' Guide for further explanation git-svn-id: http://svn.cactuscode.org/flesh/trunk@4034 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
* 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
* 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
* 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
* 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
* 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