← Back to team overview

ufl team mailing list archive

[HG UFL] Attaching form data to original form in FormData.__init__.

 

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

changeset:   639:f6430b39a7330a6090b19bc65a30fbb8cd8ab4bb
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Wed Feb 25 13:03:15 2009 +0100
files:       ufl/algorithms/formdata.py ufl/finiteelement.py ufl/form.py
description:
Attaching form data to original form in FormData.__init__.

a = u*v*dx
fd = FormData(a)
print a.form_data() # raises error if not initialized

Improved(?) compact printing of elements in str(formdata).


changeset:   638:17a44d31125256734c0ef72afb1d33d9fe61f978
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Tue Feb 24 21:37:34 2009 +0100
files:       ufl/algorithms/formfiles.py
description:
Bugfix in load_forms, setting coefficient names right after with
the argument renumbering introduced earlier.


changeset:   637:d9d7a3c97e01e2125e22365f9ddfc62e339236fe
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Tue Feb 24 15:59:27 2009 +0100
files:       ufl/algorithms/formdata.py ufl/algorithms/renumbering.py ufl/constantvalue.py
description:
Applying renumber_indices in FormData constructor,
hopefully this makes the signature more consistent.
We might need some more processing to make it truly canonical.

Bugfix in renumber_indices.

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