summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
Commit message (Collapse)AuthorAge
* Add more detail to how parameter recovery works, explaining theschnetter2006-01-04
| | | | | | | meaning of the return value. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4227 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
* Correct description of SYNC statements in the schedule. These areschnetter2006-01-03
| | | | | | | preferred, but are not necessary for mesh refinement. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4218 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
* Documentation for the new warning and info message callbacks basedgoodale2005-10-05
| | | | | | | upon the patch submitted by Jian Tao. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4173 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added some info on cross compiling.goodale2005-10-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4170 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix documentation on how to configure Cactus with MPICH-G2.tradke2005-10-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4166 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Introduce a new configuration flag DISABLE_REAL16 which disablesschnetter2005-09-26
| | | | | | | | | support for the datatype CCTK_REAL16. This is necessary because Cactus only detects whether C supports this datatype, and then assumes that Fortran behaves the same. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4149 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Introduce new top-level makefile target "AllDoc" which creates allschnetter2005-09-26
| | | | | | | documentation at once. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4144 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 missing documentation build targetstradke2005-09-19
| | | | | | | | gmake <arrangement>-ArrangementDoc gmake ReferenceManual git-svn-id: http://svn.cactuscode.org/flesh/trunk@4134 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
* Fix example on how to specify fortran module build dependencies (B7.2.1).tradke2005-09-09
| | | | | | | '$(SYS_OBJD)' must be omitted. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4124 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
* Correct error in explanation of cctk_origin_space.schnetter2005-08-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4111 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typo fixrideout2005-08-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4108 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
* Chapter on Key/Value Tables:jthorn2005-07-12
| | | | | | | | clarify wording of footnote warning about the inefficency of storing large arrays in tables git-svn-id: http://svn.cactuscode.org/flesh/trunk@4089 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Warn against using the configure variables LDFLAGS and LIBS.schnetter2005-07-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4086 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
* clarify wording on BEFORE/AFTER schedule clauses,jthorn2005-04-22
| | | | | | | | | add explicit statement that cyclic dependencies are verboten -- thanks to Steve for helping me come up with better wording git-svn-id: http://svn.cactuscode.org/flesh/trunk@4033 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) git-svn-id: http://svn.cactuscode.org/flesh/trunk@4032 17b73243-c579-4c4c-a9d2-2d5706c11dac
* clarify that an aliased function may have a CCTK_POINTER ARRAY argument,jthorn2005-04-11
| | | | | | | but *not* CCTK_STRING ARRAY or CCTK_FPOINTER ARRAY. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4026 17b73243-c579-4c4c-a9d2-2d5706c11dac
* section B10.8 "Data Types and Sizes" (page B67)schnetter2005-03-17
| | | | | | | * remove CCTK_CHAR from table listing all the Cactus data types git-svn-id: http://svn.cactuscode.org/flesh/trunk@4003 17b73243-c579-4c4c-a9d2-2d5706c11dac
* section B10.8 "Data Types and Sizes" (page B67)jthorn2005-03-17
| | | | | | | * add CCTK_BYTE to table listing all the Cactus data types git-svn-id: http://svn.cactuscode.org/flesh/trunk@4001 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 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
* 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
* 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
* 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
* document new CCTK_WARN_* severity-level macrosjthorn2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3924 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
* 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
* 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
* 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
* 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
* 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