← Back to team overview

ufl team mailing list archive

[HG UFL] Added utility functions

 

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

changeset:   640:daefb2c9637b925a41151835572881bd98c791b7
tag:         tip
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).


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.

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