← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Use std::set in SparsityPattern.

 

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

changeset:   6245:30c1540b12097130e3ed48ed572819471c884a7b
tag:         tip
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Mon Jun 01 15:06:26 2009 +0100
files:       dolfin/la/EpetraSparsityPattern.cpp dolfin/la/EpetraSparsityPattern.h dolfin/la/GenericSparsityPattern.h dolfin/la/SparsityPattern.cpp dolfin/la/SparsityPattern.h dolfin/la/uBLASMatrix.h
description:
Use std::set in SparsityPattern.

Some performance issues seem to have been resolved with std::set.

std::tr1::unsorted_set is faster, but requires some effort to sort. Sorting is only relevant to the uBLAS backend at this point.


changeset:   6244:ac9097f5f1f9877a65d30a44ce14679636a3fe26
user:        Anders Logg <logg@xxxxxxxxx>
date:        Mon Jun 01 00:01:06 2009 +0200
files:       dolfin/common/real.cpp dolfin/common/real.h dolfin/math/Lagrange.cpp dolfin/math/Legendre.cpp dolfin/ode/Dependencies.cpp dolfin/ode/MonoAdaptiveFixedPointSolver.cpp dolfin/quadrature/GaussQuadrature.cpp dolfin/quadrature/LobattoQuadrature.cpp dolfin/quadrature/RadauQuadrature.cpp
description:
Fix abs --> real_abs problems when running without GMP


changeset:   6243:d97d7ebfd83e1b6cab6148929b47cdc71f51cd7f
user:        Anders Logg <logg@xxxxxxxxx>
date:        Sun May 31 23:28:13 2009 +0200
files:       dolfin/la/SparsityPattern.cpp dolfin/ode/MonoAdaptiveNewtonSolver.cpp
description:
Bug fix in SparsityPattern, should take care of fixing some
more demos involving functionals.

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


Follow ups