ufl team mailing list archive
-
ufl team
-
Mailing list archive
-
Message #00832
[HG UFL] Changed load_forms to return list of forms,
One or more new changesets pushed to the primary ufl repository.
A short summary of the last three changesets is included below.
changeset: 641:cf4b9676b07d2bd9f63d8607142b5e6baeff656e
tag: tip
user: "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date: Wed Feb 25 15:42:04 2009 +0100
files: scripts/ufl-convert ufl/algorithms/formfiles.py ufl/algorithms/ufl2latex.py ufl/common.py
description:
Changed load_forms to return list of forms,
which all have FormData attached to them.
changeset: 640:daefb2c9637b925a41151835572881bd98c791b7
user: "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date: Wed Feb 25 14:45:54 2009 +0100
files: test/analyse-demos.py ufl/algorithms/__init__.py ufl/algorithms/analysis.py ufl/algorithms/formdata.py ufl/algorithms/graph.py
description:
Added utility functions
extract_quadrature_order,
estimate_quadrature_order,
estimate_max_quadrature_order
for estimation of the quadrature order of a form or integral.
changeset: 639:f6430b39a7330a6090b19bc65a30fbb8cd8ab4bb
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).
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/ufl