# Interface definition for thorn Laplace3D # $Header$ implements: laplace3d inherits: grid public: CCTK_REAL field type=GF dim=3 timelevels=1 { u } CCTK_REAL stencil type=GF dim=3 timelevels=1 { cc, ce, cw, cn, cs, ct, cb, rhs } "Stencil coefficients" CCTK_REAL cgworkspace type=GF dim=3 timelevels=1 { p, Ap, w, As } "Grid functions needed by CG solver"