← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Fix partitioning demo.

 

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

changeset:   5207:3d7d00758b463cfe179b4713f3f6335822a074fd
tag:         tip
user:        "Ola Skavhaug <skavhaug@xxxxxxxxx>"
date:        Thu Nov 27 10:27:48 2008 +0100
files:       sandbox/partitioning/SConstruct sandbox/partitioning/bench1.sh sandbox/partitioning/bench2.sh sandbox/partitioning/bench3.sh sandbox/partitioning/main.cpp sandbox/partitioning/partition.h
description:
Fix partitioning demo.


changeset:   5206:89ce5e166b5c8beedd2a96765deca3784dc2c750
user:        Anders Logg <logg@xxxxxxxxx>
date:        Thu Nov 27 09:04:03 2008 +0100
files:       site-packages/dolfin/function.py site-packages/dolfin/functionspace.py
description:
Change constructor for FunctionSpace to only accept (mesh, family, degree).
Add new classes VectorSpace and MixedSpace.

Should these be named VectorFunctionSpace and MixedFunctionSpace?
It would be inconsistent with VectorElement and MixedElement.


changeset:   5205:64dce861eecc204ed5527b0fda5574d2cd836ac6
user:        Anders Logg <logg@xxxxxxxxx>
date:        Wed Nov 26 16:11:23 2008 +0100
files:       demo/pde/poisson/python/demo.py site-packages/dolfin/function.py site-packages/dolfin/functionspace.py
description:
Extend FunctionSpace constructor to handle simple initialization like

  V = FunctionSpace(mesh, "Lagrange", 1)

No need anymore to create elements in PyDOLFIN, except when mixed elements
are used.

It would be good to support some simple creation of vector-valued function
spaces. How should this look? One option could be

  V = VectorFunctionSpace(mesh, "Lagrange", 1)

?

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