# Schedule definitions for thorn Laplace3D # $Header$ STORAGE: field stencil cgworkspace schedule Laplace3D_RegisterBanner at STARTUP { LANG:C } "Register Laplace3D banner" schedule Laplace3D_ParamCheck at PARAMCHECK { LANG:C } "Check parameters for Laplace3D" schedule Laplace3D_InitGuess at INITIAL { LANG:C SYNC: field } "Specify the initial guess and set the Dirichlet boundary" schedule Laplace3D_InitStencil at INITIAL after Laplace3D_InitGuess { LANG:C } "Initialize stencil coefficients" schedule Laplace3D_Solve at INITIAL after Laplace3D_InitStencil { LANG:C } "Call the CG solver"