# Schedule definitions for thorn Laplace2D # $Header$ storage: field stencil cgworkspace schedule Laplace2D_RegisterBanner at STARTUP { LANG: C } "Register Laplace2D banner" schedule Laplace2D_ParamCheck at PARAMCHECK { LANG: C } "Check parametes for Laplace2D" schedule Laplace2D_InitGuess at INITIAL { LANG: C SYNC: field } "Specify the initial guess and set the Dirichlet boundary" schedule Laplace2D_InitStencil at INITIAL after Laplace2D_InitGuess { LANG: C } "Initialize stencil coefficients" schedule Laplace2D_Solve at INITIAL after Laplace2D_InitStencil { LANG: C } "Call the CG solver"