← Back to team overview

ufl team mailing list archive

[HG UFL] Moved the 'most unfinished and messy' algorithms out of transformations.py.

 

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

changeset:   160:43be4ecf27ce57e036c7cfe798a42bcccd955250
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Fri Aug 15 15:06:01 2008 +0200
files:       ufl/algorithms/__init__.py ufl/algorithms/transformations.py ufl/algorithms/transformations_work_in_progress.py
description:
Moved the "most unfinished and messy" algorithms out of transformations.py.
The idea is to use  transformations_work_in_progress.py  as a scratch space,
and move algorithms to transformations.py when they are near completion.


changeset:   159:2610e02a5dd1f44469b6ec129d8d782a20f642df
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Fri Aug 15 14:52:20 2008 +0200
files:       scripts/ufl-analyse ufl/algorithms/analysis.py ufl/algorithms/checks.py ufl/algorithms/predicates.py
description:
Bugfixes (mostly imports and renaming) in some algorithms.
Improved validate_form(a) a bit.


changeset:   158:b496f51e16ba15e939a53565bf6c6b64b5adb581
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Fri Aug 15 14:36:24 2008 +0200
files:       setup.py test/algorithms.py test/forms.py test/illegal.py test/indices.py ufl/__init__.py ufl/algorithms/__init__.py ufl/algorithms/analysis.py ufl/algorithms/transformations.py ufl/classes.py ufl/differentiation.py
description:
Bugfixes, mostly import fixes under algorithms.
A complete removal of your existing UFL installation
is recommended before installing UFL again.

Added file "classes.py" which collects implementation
classes that shouldn't be part of the user interface,
which makes it simpler for external code to import
those like "from ufl.classes import Product".

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