dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #10980
[HG DOLFIN] Minor formatting fixes
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 5263:be1f52880789c1344fa5538be067b70f0012b2b4
tag: tip
user: Anders Logg <logg@xxxxxxxxx>
date: Sat Dec 06 14:26:22 2008 +0100
files: dolfin/plot/plot.cpp
description:
Minor formatting fixes
changeset: 5262:0e349fbe09ce4179252652fe5c1d58725951bc3f
user: "Johan Hake <hake@xxxxxxxxx>"
date: Sat Dec 06 12:05:42 2008 +0100
files: demo/pde/stokes/taylor-hood/python/demo.py dolfin/function/SpecialFunctions.h dolfin/swig/dolfin_function_pre.i site-packages/dolfin/function.py
description:
Added support for f.split()
- Renamed operator[] to f._sub instead of f.sub
- f.sub(i) now returns an instantiated sub function
- f.split() uses f.sub() to return a tuple of all sub functions
- stoke/taylor-hood demo now runs.
changeset: 5261:81b05dcdaa9618ada8749e82ae52342ac4e52225
user: "Johan Hake <hake@xxxxxxxxx>"
date: Sat Dec 06 11:59:50 2008 +0100
files: site-packages/dolfin/constant.py
description:
Fixed bug in Constant
- To compile a vector function with compile_function we need to pass
a tuple not a list. The latter will create len(cppexpr) number of
scalar functions.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin