Re: spatially varying anisotropic diffusion coefficient

2013-02-04 Thread Jonathan Guyer
On Feb 4, 2013, at 11:59 AM, William McFadden wrote: > From the FAQ, I'm setting it up by defining CellVariables that can be set to > vary spatially > > n_xx = CellVariable(mesh=mesh, value = x) > n_yx = CellVariable(mesh=mesh,value= x) > > then I generate a few diffusion terms. > the firs

spatially varying anisotropic diffusion coefficient

2013-02-04 Thread William McFadden
Dear Fipy users, I'm looking to generate a DiffusionTerm that uses an anisotropic coefficient that also varies in space. >From the FAQ, I'm setting it up by defining CellVariables that can be set to vary spatially n_xx = CellVariable(mesh=mesh, value = x) n_yx = CellVariable(mesh=mesh,value= x)