← Back to team overview

ufl team mailing list archive

[HG UFL] Some documentation of the Transformer class for transforming expressions.

 

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

changeset:   584:f9a27697bae43f9e44bfd14786ee7d9481e11874
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Tue Feb 17 13:05:00 2009 +0100
files:       doc/manual/Makefile doc/manual/chapters/algorithms.tex doc/manual/chapters/formlanguage.tex doc/manual/oldchapters/arguments.tex doc/manual/oldchapters/debugging.tex ufl/indexsum.py
description:
Some documentation of the Transformer class for transforming expressions.


changeset:   583:347ab1fca679e505f4816dc85d899a808674789a
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Tue Feb 17 11:20:10 2009 +0100
files:       test/algorithms.py
description:
basic unit tests for traversal and walk


changeset:   582:69eab0cb0ec7fdbb5bc89481a18c7ffa3b86416c
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Tue Feb 17 11:10:18 2009 +0100
files:       ufl/algorithms/analysis.py ufl/algorithms/checks.py ufl/algorithms/graph.py ufl/algorithms/predicates.py ufl/algorithms/traversal.py
description:
Changed post_traversal and pre_traversal to not yield the stack.
If a stack (list) is provided by the user, it is kept up to date
in-place, so there's no need to yield it which clutters all the
other code that doesn't use the stack (I don't know what it's needed for?).

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