← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Removed the %include statements for pre/post kernel modules in dolfin.i

 

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

changeset:   6990:4fd0880178fb162f5c79e241f4f592a35bb2b824
tag:         tip
user:        "Johan Hake <hake@xxxxxxxxx>"
date:        Wed Sep 09 15:22:16 2009 +0200
files:       dolfin/swig/common_post.i dolfin/swig/common_pre.i dolfin/swig/docstrings.i dolfin/swig/dolfin.i dolfin/swig/generate.py dolfin/swig/headers.i dolfin/swig/numpy_typemaps.i dolfin/swig/parameter_post.i dolfin/swig/shared_ptr_classes.i dolfin/swig/typemaps.i
description:
Removed the %include statements for pre/post kernel modules in dolfin.i
  - They are now automatically included by the generate.py script.
  - This give us cleaner dolfin.i file and makes it possible to
    let typemaps be local for a module, by defining it in foo_pre.i
    and removing it in foo_post.i
  - Small fixes for the removal of default arguments


changeset:   6989:99895d53f8cdbd57a55f2ee832bd3e3518381220
user:        "Johan Hake <hake@xxxxxxxxx>"
date:        Wed Sep 09 15:17:41 2009 +0200
files:       dolfin/swig/la_post.i test/unit/la/python/test.py
description:
Fixes for removed default arguments in axpy


changeset:   6988:7d3484786a62e7a736b69419d18d84ac12dad0ca
user:        "Johan Hake <hake@xxxxxxxxx>"
date:        Wed Sep 09 14:34:36 2009 +0200
files:       demo/ode/stiff/cpp/main.cpp demo/pde/dg/poisson/cpp/main.cpp demo/pde/elasticity/cpp/main.cpp
description:
Update in cpp demos using the way of setting parameters
  - This will hopefully make the buildbot happier

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


Follow ups