← Back to team overview

ufl team mailing list archive

[HG UFL] Made ufl-analyse quiet.

 

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

changeset:   655:4d35aaaee1cf7e9ff429fa8f5d3eec232cd5371a
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Sat Feb 28 15:16:20 2009 +0100
files:       sandbox/test_hyperelasticity.py scripts/ufl-analyse
description:
Made ufl-analyse quiet.


changeset:   654:8f49528e2ee1f64ffacbc5ce735f98fa1e16182e
user:        Anders Logg <logg@xxxxxxxxx>
date:        Fri Feb 27 23:56:22 2009 +0100
files:       ufl/algorithms/__init__.py ufl/algorithms/monomials.py
description:
Raise MonomialException instead of returning None when extraction fails.
Add pretty-printing for monomial extraction fails.


changeset:   653:304b23eab1bb0e005fac11442036c7e109ca7b16
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Fri Feb 27 16:13:06 2009 +0100
files:       ufl/form.py
description:
Changes in Form:
- form.integrals() takes an optional domain_type argument,
- added form.measures() with an optional domain_type argument,
- added form.domains() with an optional domain_type argument,
- added form.integral_groups() which returns a dict mapping
from domain to a list of integrals.

Consider:

g = a.integral_groups()
for d in a.domains(Measure.CELL):
    integrals_on_d = g[d]

All integrals in integrals_on_d should then correspond
to a single ufc::cell_integral.

Ok?

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