On Mon, Feb 1, 2010 at 10:48 AM, Daniel Wheeler <[email protected]> wrote: > > Hi Igor, > > I made two changes to get it to work. This is the diff: > > 22,27c22,23 > < convTerm = PowerLawConvectionTerm((1,0)) > < > < diffCoeff = FaceVariable(mesh=mesh_xy, rank=2) > < diffCoeff[0] = 5.
Wrong! Should be "diffCoeff[0,0] = 5.". -- Daniel Wheeler
