← Back to team overview

syfi team mailing list archive

[HG syfi] Fixes for jit(V) where V is a mixed element.

 

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

changeset:   436:6eb3f1297e253a7e2ab78811cc2b97443b552283
tag:         tip
user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
date:        Sat Mar 28 16:25:21 2009 +0100
files:       site-packages/newsfc/codegeneration/codegeneration.py site-packages/newsfc/common/names.py site-packages/newsfc/jit.py
description:
Fixes for jit(V) where V is a mixed element.
Not tested for jit([V,W]), e.g. a list of elements,
but should work for that as well.


changeset:   435:6022736178e268671ba94b7089b140b581a335f1
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 )


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