ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #01958
[HG FFC] Add base class FiniteElementBase as common base class for FiniteElement
One or more new changesets pushed to the primary ffc repository.
A short summary of the last three changesets is included below.
changeset: 1269:cf54bee4769f82436cb38bfb533d80650418fe53
tag: tip
user: Anders Logg <logg@xxxxxxxxx>
date: Wed Nov 26 15:41:20 2008 +0100
files: ffc/__init__.py ffc/fem/finiteelement.py ffc/fem/finiteelementbase.py ffc/fem/mixedelement.py
description:
Add base class FiniteElementBase as common base class for FiniteElement
and MixedElement. Will look similar with UFL.
changeset: 1268:7d38e9a7cd38e43bc4cfbad13f5a61056b2246f7
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Tue Nov 25 10:12:06 2008 +0000
files: ffc/compiler/format/dolfinformat.py
description:
Apply patch from Johan Hake.
changeset: 1267:1e75117bc1e9dbb891bb37532b3385d78791f943
user: "Johan Hake <hake@xxxxxxxxx>"
date: Mon Nov 24 19:50:35 2008 +0100
files: ffc/common/constants.py ffc/jit/jit.py
description:
Added options['shared_ptr'].
If options['shared_ptr'] is True, then all objetcs instantiated from the module is
of the type boost::shared_ptr<type> instead of *type.
Uncomment two lines in the function extract_shared_ptr_information in jit.py to
build code for std::tr1::shared_ptr. The latter is only available for swig 1.3.37.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/ffc