← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] merge

 

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

changeset:   5774:4f322c1719204d28fb5a0ec319f6fc57edec68bf
tag:         tip
parent:      5773:9bac207c362b237531d9c950899846e7ac88b69c
parent:      5770:dd77ea2db3b9e0c479316d8dfb05180955f6218b
user:        "Johan Hake <hake@xxxxxxxxx>"
date:        Fri Feb 27 09:13:28 2009 +0100
files:       
description:
merge


changeset:   5773:9bac207c362b237531d9c950899846e7ac88b69c
user:        "Johan Hake <hake@xxxxxxxxx>"
date:        Fri Feb 27 09:12:15 2009 +0100
files:       site-packages/dolfin/function.py test/unit/function/python/test.py
description:
Added unittest covering some of the functionality of Function in PyDOLFIN
Work on Function metaclass in PyDOLFIN.
  - Users can now define his own member functions
  - Users can now subclass Function together with other base classes:

  class MyParameters(object):
      def __init__(self):
           self.A = 0.2
           self.B = 0.3

  class MyFunction(Function,MyParameters):
      def __init__(self,V):
          MyParameters.__init__(self)
      def eval(values,x):
          values[0] = self.A*sin(x[0])


changeset:   5772:3d5c5aa42dca4b16f20439b83fef92308a6a5f59
user:        "Johan Hake <hake@xxxxxxxxx>"
date:        Fri Feb 27 09:03:52 2009 +0100
files:       dolfin/dolfin.h dolfin/mesh/dolfin_mesh.h dolfin/swig/dolfin_docstrings.i dolfin/swig/dolfin_headers.i
description:
Exposed some types to PyDOLFIN that has not been exposed before due to wrong order of include files

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