dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #14939
[HG DOLFIN] Some const fixes in GenericVector.
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 6818:7291675e5f91477570ea389559cee54acae49a24
tag: tip
user: "Garth N. Wells <gnw20@xxxxxxxxx>"
date: Thu Aug 20 14:52:16 2009 +0100
files: demo/pde/elastodynamics/cpp/ElastoDynamics.ufl demo/pde/elastodynamics/cpp/main.cpp dolfin/la/EpetraVector.cpp dolfin/la/EpetraVector.h dolfin/la/GenericVector.h dolfin/la/MTL4Vector.cpp dolfin/la/MTL4Vector.h dolfin/la/PETScVector.cpp dolfin/la/PETScVector.h dolfin/la/Vector.h dolfin/la/uBLASVector.cpp dolfin/la/uBLASVector.h
description:
Some const fixes in GenericVector.
Add warning when set/get(double) are called on distributed vectors.
changeset: 6817:a265338b3f3ed6f44b5924f3970651cd9fcc9dbe
parent: 6816:80d67c479ab6da09a53187237700ebc4e7604717
parent: 6815:4c19d74cf1b0d8e2a27ff1529c6d4ab9d3ba2a96
user: "Johan Hake <hake@xxxxxxxxx>"
date: Thu Aug 20 14:37:40 2009 +0200
files:
description:
merge
changeset: 6816:80d67c479ab6da09a53187237700ebc4e7604717
parent: 6814:5dbd4410fd0d83eea612cddc3c1104506ff629b8
user: "Johan Hake <hake@xxxxxxxxx>"
date: Thu Aug 20 14:37:16 2009 +0200
files: dolfin/la/uBLASMatrix.h test/unit/la/python/test.py
description:
A try to make buildbot happy.
In uBLASMatrix::zero I changed
A*=0; to A.clear()
It looks like a uBlasDenseMatrix(N,M) can be initialized with Nan entries.
Maybee A.clear() will reset these.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin