← Back to team overview

syfi team mailing list archive

[HG syfi] fix to make sfc work with dolfin,

 

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

changeset:   434:8c5f42a6fbbba2585e8948b8e6203b9d991b9cb7
tag:         tip
user:        "Kent-Andre Mardal <kent-and@xxxxxxxxx>"
date:        Wed Mar 25 18:18:17 2009 +0100
files:       scripts/sfc site-packages/newsfc/jit.py
description:
fix to make sfc work with dolfin,
replace
(self._compiled_form, self.form_data) = jit(form, options)
with
(self._compiled_form, module, self.form_data) = jit(form, options)

(module is never used in dolfin, but could be nice to have )


changeset:   433:41ea2efcfa57f722bdbe862426a3eb9f8db37b6a
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Wed Mar 25 17:50:06 2009 +0100
files:       examples/newsolvers/ElectroMechanics/cpp/functions.h examples/newsolvers/ElectroMechanics/cpp/main.cpp examples/newsolvers/HyperElasticitySVK/cpp/HyperElasticitySVK.ufl site-packages/newsfc/jit.py
description:
Attempt at getting classnames of elements in jit with no form.


changeset:   432:78ff74db2c5e0b8aefadfcbd5448ac0722cebd98
parent:      431:1e93630fe0b6becdc77b2250f3b53398e41e2f05
parent:      430:1501c2bea794147abd7d6ad397ed4613deb9013a
user:        "Kent-Andre Mardal <kent-and@xxxxxxxxx>"
date:        Wed Mar 25 15:02:56 2009 +0100
files:       
description:
merge


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


Follow ups