← Back to team overview

ufl team mailing list archive

[HG UFL] Bugfix in log, set_level now sets the level of the default handler, not the logger itself.

 

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

changeset:   864:81a5fc7089304decdbec7f031fb568352c719a65
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Tue Apr 21 12:18:23 2009 +0200
files:       ufl/log.py
description:
Bugfix in log, set_level now sets the level of the default handler, not the logger itself.


changeset:   863:c9a4c295ca1efa3b2da9ae77cfb63723864b003d
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Tue Apr 21 09:40:04 2009 +0200
files:       test/classcoverage.py ufl/__init__.py ufl/constantvalue.py ufl/formoperators.py ufl/mathfunctions.py ufl/operators.py
description:
Fix in simplification of "math functions" (exp, cos, sin, ...)
with scalar arguments.


changeset:   862:54e5945ba70f51f756ad23203c0b9c4ff69b9763
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Mon Apr 20 16:03:37 2009 +0200
files:       ufl/form.py
description:
Added shortcut notation

  form*function -> action(form, function)

try for example

  from ufl.testobjects import *
  a = u*v*dx
  print a*f

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