Hi everyone, here is my technical question of the day ...
phi is a DistanceVariable type(phi) Out[39]: <class 'fipy.models.levelSet.distanceFunction.distanceVariable.DistanceVariable'> if I define I=phi._cellInterfaceFlag it gives me an array. In [41]: I Out[41]: array([0, 0, 0, ..., 0, 0, 0]) In [42]: type(I) Out[42]: <type 'numpy.ndarray'> is it possible to get directly a Cellvariable ? thanks! Julien
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy]
