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)
