dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20182
[Bug 675979] Re: Cannot plot CellFunction<uint> from Python
Check if my recent MeshFunction commit fix this bug
--
Cannot plot CellFunction<uint> from Python
https://bugs.launchpad.net/bugs/675979
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
Status in DOLFIN: Confirmed
Bug description:
Trying to plot a CellFunction<uint> from Python results in
lib/python2.6/site-packages/dolfin/common/plot.py", line 64, in dolfin_plot
raise RuntimeError, ("Don't know how to plot given object and projection failed: " + str(object))
RuntimeError: Don't know how to plot given object and projection failed: _f085750f00000000_p_dolfin__CellFunctionT_unsigned_int_t
References