Thank you very much! Zhiwen On Thu, Aug 21, 2008 at 5:27 PM, Jonathan Guyer <[EMAIL PROTECTED]> wrote:
> > > On Aug 21, 2008, at 4:45 PM, Zhiwen Liang wrote: > > There used to be a VectorFaceVariable in the old fipy. But after I updated >> to 2.0a1, it is gone. I wonder if there is a similar type of variable that I >> can use to replace it. >> > > VectorFaceVariable is no longer needed. Instead, you can just use > FaceVariable: > > FaceVariable(mesh=mymesh, rank=1) > > > >
