ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #01948
[HG FFC] Added options['shared_ptr'].
One or more new changesets pushed to the primary ffc repository.
A short summary of the last three changesets is included below.
changeset: 1267:1e75117bc1e9dbb891bb37532b3385d78791f943
tag: tip
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.
changeset: 1266:450e9421261095915f6264880aa92333f64a8bcb
user: "Johan Hake <hake@xxxxxxxxx>"
date: Mon Nov 24 19:46:30 2008 +0100
files: ffc/compiler/language/algebra.py
description:
Let element inherit object, making it possible to overload the __new__ function.
Used in the PyDOLFIN interface
changeset: 1265:8931b928aa2ac44707cd2417762aa0dcbfd040ac
user: Anders Logg <logg@xxxxxxxxx>
date: Thu Nov 20 10:46:25 2008 +0100
files: ffc/compiler/analysis/formdata.py test/regression/reference/PoissonDG.h
description:
Extract user-defined data for basis functions in FormData.
Data attached to the BasisFunctions of a Form will be collected
in FormData.basisfunction_data.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/ffc