dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03345
[HG] Extend PyDOLFIN interface for new mesh library with functionality for
One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.
changeset: 2249:e1ab7e57d3e2a79e925f7666a69171d9f86bc8a0
tag: tip
user: "Anders Logg <logg@xxxxxxxxx>"
date: Wed Sep 20 22:10:05 2006 +0200
files: configure configure.ac src/pydolfin/Makefile.am src/pydolfin/Makefile.in src/pydolfin/dolfin.i src/pydolfin/dolfin_mesh.i src/test/mesh/test.py
description:
Extend PyDOLFIN interface for new mesh library with functionality for
accessing the list of vertices and the list of cells (patch from Ola Skavhaug):
vertices = mesh.vertices()
cells = mesh.cells()
Arrays automatically converted to Python Numeric arrays.
Needed to remove the flag -Werror in the compilation of PyDOLFIN due to
a problem with Numeric/arrayobject.h.
changeset: 2248:99f962519589cb447b5719834011b74aea899a1f
user: "Anders Logg <logg@xxxxxxxxx>"
date: Wed Sep 20 20:15:34 2006 +0200
files: src/demo/pde/functional/EnergyNorm.h
description:
Add missing file
changeset: 2247:befff741fe86e997bcfd69ae2943c341c2aab609
user: "Johan Jansson <johanjan@xxxxxxxxxxxxxxxx>"
date: Tue Sep 19 21:06:47 2006 +0200
files: src/pydolfin/dolfin.py src/pydolfin/dolfin_wrap.h
description:
PyDOLFIN:
Remove generated files (to avoid irrelevant merge conflicts).
-------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin