← Back to team overview

dolfin team mailing list archive

[HG] Break out pre and post fixes in Python mesh interface.

 

One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.

changeset:   2465:05abed88ef679c1e2e0130d5a9231d09f1028940
tag:         tip
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Tue Nov 28 18:22:19 2006 +0100
files:       src/pydolfin/dolfin_mesh.i src/pydolfin/dolfin_mesh_post.i src/pydolfin/dolfin_mesh_pre.i
description:
Break out pre and post fixes in Python mesh interface.


changeset:   2464:02f4872659fa55511118a3e9247ae7ea3bcf4b96
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Tue Nov 28 16:54:39 2006 +0100
files:       src/pydolfin/dolfin_mesh.i src/test/mesh/test.py
description:
Fix bug in PyDOLFIN mesh interface: interface %include files must be
in the correct order (not necessarily alphabetical). Headers for base
classes must come before subclasses.


changeset:   2463:c1d2c09081e030b84ef4ecb02fac0e9ee4cdc499
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Tue Nov 28 16:18:54 2006 +0100
files:       src/pydolfin/dolfin_mesh.i src/test/mesh/test.py
description:
Fixes for PyDOLFIN mesh interface. Mesh iterators still don't work:

  - for v in vertices(mesh): works
  - for e in entities(mesh, 1): works
  - for e in edges(mesh): does not work

Only vertices and entities work, not edges, faces, facets, cells.

Any bright ideas???


----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin