[ET Trac] #2541: some predefined schedule bins missing from documentation
Anonymous
trac-noreply at einsteintoolkit.org
Sun Jul 25 11:47:10 CDT 2021
#2541: some predefined schedule bins missing from documentation
Reporter:
Status: new
Milestone:
Version: development version
Type: bug
Priority: trivial
Component: Cactus website
The Cactus docs on schedule.ccl https://www.einsteintoolkit.org/usersguide/UsersGuide.html#x1-51000C1.2.3 currently only list:
```
CCTK_STARTUP
For routines, run before the grid hierarchy is set up, for example, function registration.
CCTK_PARAMCHECK
For routines that check parameter combinations, routines registered here only have access to the grid size and the parameters.
CCTK_BASEGRID
Responsible for setting up coordinates, etc.
CCTK_INITIAL
For generating initial data.
CCTK_POSTINITIAL
Tasks which must be applied after initial data is created.
CCTK_PRESTEP
Stuff done before the evolution step.
CCTK_EVOL
The evolution step.
CCTK_POSTSTEP
Stuff done after the evolution step.
CCTK_ANALYSIS
For analysing data.
```
which is missing (at least):
* `CCTK_POSTPOSTINITIAL`
* `CCTK_WRAGH`
* `CCTK_SHUTDOWN`
* `CCTK_TERMINATE`
* `CCTK_PREREGRID`
* `CCTK_POSTREGRID`
* the `INITIAL` variants of pre and postregrid
--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2541/some-predefined-schedule-bins-missing-from
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/trac/attachments/20210725/4947d4ad/attachment.html
More information about the Trac
mailing list