dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #10814
[HG DOLFIN] Extend FunctionSpace constructor to handle simple initialization like
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 5205:64dce861eecc204ed5527b0fda5574d2cd836ac6
tag: tip
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)
?
changeset: 5204:a56ee9f53349d44dffb7a864f1ae41205cfe5fae
user: Anders Logg <logg@xxxxxxxxx>
date: Wed Nov 26 15:41:37 2008 +0100
files: site-packages/dolfin/__init__.py site-packages/dolfin/function.py site-packages/dolfin/functionspace.py
description:
Move FunctionSpace to separate module with some minor edits
changeset: 5203:1837572b83f8b0f4ef3a8800161f1ae1c13e14fc
parent: 5202:85ae916479959c53535361e7756e0a04659c6665
parent: 5201:c073d2f08b170a2465ee5b60943252fb62b455d0
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Tue Nov 25 20:46:52 2008 +0000
files:
description:
merge.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin
Follow ups