dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #10933
[HG DOLFIN] merge
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 5232:0de4b724f480e9587c83e5ad22e6f2897de29508
tag: tip
parent: 5231:8fbfcf52031ed220ab3492c97f812adb4966e82d
parent: 5229:b25146ff38e7a906d874d9de754a138ad5306287
user: "Johan Hake <hake@xxxxxxxxx>"
date: Wed Dec 03 21:50:51 2008 +0100
files:
description:
merge
changeset: 5231:8fbfcf52031ed220ab3492c97f812adb4966e82d
user: "Johan Hake <hake@xxxxxxxxx>"
date: Wed Dec 03 21:50:17 2008 +0100
files: dolfin/function/SpecialFunctions.h dolfin/swig/dolfin.i dolfin/swig/dolfin_fem_pre.i dolfin/swig/dolfin_function_pre.i dolfin/swig/dolfin_shared_ptr_classes.i site-packages/dolfin/__init__.py site-packages/dolfin/assemble.py site-packages/dolfin/compile_function.py site-packages/dolfin/constant.py site-packages/dolfin/function.py site-packages/dolfin/functionspace.py site-packages/dolfin/logger.py
description:
Changed the name of the python extension module from dolfin.py to cpp.py
- The swigged library now resides in the module dolfin.cpp
- The Classes and enums that are exposed to the dolfin module is
manually extracted in __init__.py as before.
- Any previously cpp_Foo classes is now just Foo.
- In internal python modules we reach the compiled dolfin library
by:
import cpp
cpp.Function
never:
from cpp import *
changeset: 5230:cdd935b93f93b08c9b6e29964c17882759be2158
parent: 5227:909b81ecfda892f8896f327e877aa8dac4f532db
user: "Johan Hake <hake@xxxxxxxxx>"
date: Wed Dec 03 20:48:54 2008 +0100
files: dolfin/SConscript scons/simula-scons/simula_scons/Customize.py
description:
Fixed the build system so it no builds a python module named cpp.py
instead of dolfin.py.
- Idealy this should be set after the %module statement in dolfin.i
- Now it is set manually in the SConscript file
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin