← Back to team overview

dolfin team mailing list archive

[Bug 675979] [NEW] Cannot plot CellFunction<uint> from Python

 

Public bug reported:

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
swig/python detected a memory leak of type 'dolfin::CellFunction< dolfin::uint > *', no destructor found.

** Affects: dolfin
     Importance: Undecided
         Status: New

-- 
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: New

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
swig/python detected a memory leak of type 'dolfin::CellFunction< dolfin::uint > *', no destructor found.





Follow ups

References