dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20172
[Bug 675979] Re: Cannot plot CellFunction<uint> from Python
** Description changed:
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))
+ 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
- swig/python detected a memory leak of type 'dolfin::CellFunction< dolfin::uint > *', no destructor found.
** Changed in: dolfin
Status: New => Confirmed
** Changed in: dolfin
Assignee: (unassigned) => Johan Hake (johan-hake)
--
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