← Back to team overview

dolfin team mailing list archive

Added fill to python interface of MeshFunction

 

Hello!

I needed a fill functionality to the python interface of MeshFunction. In the 
c++ interface this is done by the "=" operator. The swig wrapper ignores this 
operator. I therfore extended the c++ wrapper code for MeshFunction with a 
fill function that just uses the original "=" operator.

Feel free to push the attached bundle (I hope I did it right... :) )

Cheers

Johan

Attachment: dolfin_mesh_post.hg
Description: Binary data


Follow ups