← Back to team overview

ufl team mailing list archive

[HG UFL] Extended FormData class to include all classes used in each integral.

 

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

changeset:   234:438be3a491f1f00f3da9b45c16a83d9b21c66df2
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Sat Sep 13 18:27:22 2008 +0200
files:       ufl/algorithms/__init__.py ufl/algorithms/analysis.py ufl/algorithms/formdata.py
description:
Extended FormData class to include all classes used in each integral.
Can be useful for e.g. checking whether the facet normal is needed,
or classes unsupported for a particular representation is used.

Use build_form_data(form) to construct the FormData object, this
may later be optimized by combining several of the algorithms
FormData currently uses.


changeset:   233:8ca12637c856e46b3c72c1192553b9fd22d3ae8a
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Thu Sep 11 10:57:43 2008 +0200
files:       test/classcoverage.py ufl/differentiation.py
description:
Extended class coverage to cover Diff and PartialDiff,
fixed a small bug again. The indexing logic needs a review.


changeset:   232:a3a0e998fbcdaac5d95d746819451e4befa3d944
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Thu Sep 11 10:39:06 2008 +0200
files:       test/classcoverage.py ufl/tensors.py
description:
Extended classcoverage.py to cover more classes, fixed a small bug.

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


Follow ups