← Back to team overview

dolfin team mailing list archive

[HG dolfin] Merge

 

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

changeset:   2502:9faca9c9f22ac19c470dc698a398bbfc914451ba
tag:         tip
parent:      2501:5cb3e47b9827bd3a22b78ef5bd74d50653e247d3
parent:      2500:81caeea1ec9f7ee49058dcacc0204bd3dfaa11d4
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Wed Dec 06 10:58:12 2006 +0100
files:       
description:
Merge


changeset:   2501:5cb3e47b9827bd3a22b78ef5bd74d50653e247d3
parent:      2497:a9be37db26e6668c6c83ac27423d478ef1b79e93
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Wed Dec 06 10:57:56 2006 +0100
files:       src/pydolfin/dolfin_mesh_post.i
description:
Fix interface for computing boundaty + vertex and cell maps in Python
interface. New interface for creating MeshFunction in Python:

    f = MeshFunction('int')
    f = MeshFunction('uint')
    f = MeshFunction('real')
    f = MeshFunction('bool')


changeset:   2500:81caeea1ec9f7ee49058dcacc0204bd3dfaa11d4
user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date:        Tue Dec 05 21:50:43 2006 +0100
files:       src/kernel/fem/FEM.cpp src/kernel/fem/dolfin/FEM.h
description:
Use DofMap in FEM to get dof mapping and to compute number of nonzeroes per matrix row. This gives big memory savings for some problems. For /src/demo/pde/elasticity memory use was approx. 600mb, now 200mb.

The sparsity pattern could be used when intialising uBlas matrices which will give a major speed up.


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