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