# Schedule definitions for thorn CoupledLaplace2D # $Header$ storage: fields stencil righthandsides cgworkspace schedule CoupledLaplace2D_RegisterBanner at STARTUP { LANG: C } "Register CoupledLaplace2D banner" schedule CoupledLaplace2D_ParamCheck at PARAMCHECK { LANG: C } "Check parametes for CoupledLaplace2D" schedule CoupledLaplace2D_InitGuess at INITIAL { LANG: C SYNC: field } "Specify the initial guess and set the Dirichlet boundary" schedule CoupledLaplace2D_InitStencil at INITIAL after CoupledLaplace2D_InitGuess { LANG: C } "Initialize stencil coefficients" schedule CoupledLaplace2D_Solve at INITIAL after CoupledLaplace2D_InitStencil { LANG: C } "Call the CG solver"