← Back to team overview

syfi team mailing list archive

[HG syfi] Fix in verify_tensors for return value of jit, added test

 

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

changeset:   435:6022736178e268671ba94b7089b140b581a335f1
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Sat Mar 28 13:57:58 2009 +0100
files:       scripts/sfc tests/python/verify_tensors/test.py tests/python/verify_tensors/ufl/element_tests/mixed.ufl
description:
Fix in verify_tensors for return value of jit, added test
file with a MixedElement(CG2, CG2) which works just fine.


changeset:   434:8c5f42a6fbbba2585e8948b8e6203b9d991b9cb7
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.


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