← Back to team overview

ufl team mailing list archive

[HG UFL] Added missing test file.

 

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

changeset:   65:037b4600a9d07f9f8e4136d4d855425ceec95cb8
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Sat Mar 15 20:50:20 2008 +0100
files:       test/indices.py
description:
Added missing test file.


changeset:   64:7c403ffda75eb8533f3b6e67dad342f456ea051b
user:        martinal@localhost
date:        Sat Mar 15 21:37:43 2008 +0100
files:       src/ufl/base.py src/ufl/basisfunctions.py src/ufl/diffoperators.py src/ufl/tensoroperators.py
description:
Made UFLObject a new-style class (object),
and added __slots__ property to most of the classes.
This is partly an optimization that removes the
__dict__ instance from all objects, saving memory,
but most importantly at this point it will ensure
that no additional variables are added to these
objects, giving errors if 'foo.newvar=1' is attempted.
It also documents which member variables a class
has without having to read through constructor
logic.

Added __str__ implementations most places for
pretty printing, these could be improved.


changeset:   63:ed0ae01443570c813d87bb3d3a468b3b0c36f245
user:        martinal@localhost
date:        Fri Mar 14 20:57:27 2008 +0100
files:       src/ufl/utilities.py
description:
Added a couple of utility signatures for future implementation.

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