← Back to team overview

ufl team mailing list archive

[HG UFL] Implemented better version of tuple syntax:

 

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

changeset:   780:bc9680be05bfd5048c3de1fbcc2f9281c3f2c5ef
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Mon Mar 30 14:02:24 2009 +0200
files:       ufl/algorithms/formfiles.py ufl/integral.py
description:
Implemented better version of tuple syntax:

  a = (u,v)*dx + (f,v)*dx

in this case a is a Form, so no changes are needed anywhere else.


changeset:   779:73dbe41ad55fb2ff3f2d4575691741e33627bfcb
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Mon Mar 30 13:13:54 2009 +0200
files:       sandbox/algorithmtests/renumber_indices.py test/analyse_demos.py ufl/algorithms/renumbering.py ufl/common.py
description:
Implemented an alternative renumber_indices with some
different properties. Not enabled since there are
some bugs and I'm not sure if it's what we really want.


changeset:   778:540ea93daca99a3893f2a1417d1c97eeea2e9479
user:        Anders Logg <logg@xxxxxxxxx>
date:        Mon Mar 30 02:14:58 2009 +0200
files:       ufl/form.py
description:
Implement short-hand inner product notation (v, u)

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


Follow ups