← Back to team overview

dolfin team mailing list archive

itercell and consistency in Python interface of DOLFIN

 

Hello!

For awhile I have wanted to change the naming of cells, vertices, aso to 
itercells, itervertices, as it would be more Pythonic.

I also wonder if we should change the naming of 

  MeshFunction.values 

to 

  MeshFunction.array. 

I think cells is just to general. What you say?

This will be consistent with the vector, and matrix interface.

Johan



Follow ups