← Back to team overview

dolfin team mailing list archive

std::vector& in Python

 

I tried to use a function in MeshEditor from the Python interface, but
failed because it expects a const std::vector<uint>&. What's the status
of wrapping small std::vectors? Should it work, or should the C++
interface be changed to use a dolfin::Array?

Garth



Follow ups