some predefined schedule bins missing from documentation

Issue #2541 new
Former user created an issue

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

Comments (1)

  1. Roland Haas

    This would be suitable for an easy hackathon task involving only to write documentation, assuming one is provided with actual descriptions of what the bins do.

  2. Log in to comment