← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Small bug fix

 

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

changeset:   5233:f592caf4090609231e2e2a733cab394efcca05d4
tag:         tip
user:        "Johan Hake <hake@xxxxxxxxx>"
date:        Wed Dec 03 22:40:49 2008 +0100
files:       dolfin/swig/dolfin.i
description:
Small bug fix


changeset:   5232:0de4b724f480e9587c83e5ad22e6f2897de29508
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 *

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