dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #13709
[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: 6223:e37bd695b12f68f909e05c90e9ab82a0e5864af5
tag: tip
parent: 6222:5fb4256482cab7473b87b284eaf7721abd6e3193
parent: 6221:6480c05c75389a285f01bd8dfeacd223fc602389
user: Anders Logg <logg@xxxxxxxxx>
date: Sun May 24 20:52:01 2009 +0200
files:
description:
merge
changeset: 6222:5fb4256482cab7473b87b284eaf7721abd6e3193
parent: 6216:a9487fe939085c46a8f64a219beba63d90962da7
user: Anders Logg <logg@xxxxxxxxx>
date: Sun May 24 20:51:33 2009 +0200
files: dolfin/la/EpetraSparsityPattern.cpp dolfin/la/EpetraSparsityPattern.h dolfin/la/GenericSparsityPattern.h dolfin/la/SingularSolver.cpp dolfin/la/SparsityPattern.cpp dolfin/la/SparsityPattern.h dolfin/la/uBLASMatrix.h
description:
Cleanup of sparsity pattern interface and classes, preparing
for parallel sparsity pattern
changeset: 6221:6480c05c75389a285f01bd8dfeacd223fc602389
user: "Johan Hake <hake@xxxxxxxxx>"
date: Sun May 24 15:05:07 2009 +0200
files: dolfin/parameter/NewParameters.cpp dolfin/parameter/NewParameters.h dolfin/swig/dolfin_parameter_post.i dolfin/swig/dolfin_parameter_pre.i sandbox/misc/cpp/main.cpp sandbox/misc/python/test_params.py
description:
Some changes for the NewParameters interface
- added reading of nested parameters from command line
- added an update function that updates an allready excisting Parameters with
another Parameters. The other Parameters can be a subset of the one which is
being updated.
- simpler construction and update of Parameters from python, see sandbox example:
- added an option_string function in the python interface that returns an option string
representation of the stored Parameters. For example
params.option_string() =>
"--solver.foo 5 --solver.tol 1e-5 --bar 56"
nice when commiting jobs on cluster and such.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin