← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] temporal removal of compiler options such that the jit also work

 

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

changeset:   5915:3fbc1e15de278ea36d8bee516718ef28e427758e
tag:         tip
user:        Kent-Andre Mardal <kent-and@xxxxxxxxx>
date:        Wed Mar 25 18:30:47 2009 +0100
files:       site-packages/dolfin/jit.py
description:
temporal removal of compiler options such that the jit also work
with newsfc i.e. both
 dolfin_set("form compiler", "ffc")
 and
 dolfin_set("form compiler", "newsfc")
work!


changeset:   5914:e3235e0c96837a1670ee4e77000522b763ce3969
user:        "Johan Hake <hake@xxxxxxxxx>"
date:        Wed Mar 25 12:20:33 2009 +0100
files:       site-packages/dolfin/ufl/function.py site-packages/dolfin/ufl/functionspace.py
description:
Small fix to dolfin.ufl
 - Now the split funcitonality in {Test,Trial}Functions should work


changeset:   5913:da0f2bcdb3d413943cb668a9a65b4b8e71f71ab1
user:        "Johan Hake <hake@xxxxxxxxx>"
date:        Tue Mar 24 13:16:41 2009 +0100
files:       site-packages/dolfin/ufl/__init__.py site-packages/dolfin/ufl/assemble.py site-packages/dolfin/ufl/compile_function.py site-packages/dolfin/ufl/constant.py site-packages/dolfin/ufl/constants.py site-packages/dolfin/ufl/cpp.py site-packages/dolfin/ufl/errornorm.py site-packages/dolfin/ufl/form.py site-packages/dolfin/ufl/function.py site-packages/dolfin/ufl/functionspace.py site-packages/dolfin/ufl/interpolate.py site-packages/dolfin/ufl/jit.py site-packages/dolfin/ufl/meshconvert.py site-packages/dolfin/ufl/norm.py site-packages/dolfin/ufl/project.py site-packages/dolfin/ufl/specialfunctions.py site-packages/dolfin/ufl/ufc_functionspace.py site-packages/dolfin/ufl/variationalproblem.py
description:
Initial work on getting PyDOLFIN up and running with ufl

To use:

  from dolfin import *
  from dolfin.ufl import *

ffc also need to be updated with a sent patch.
To be able to plot viper also need some care.

Status is that poision demo should run after Marin has removed __slots__
for ufl.function

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