← Back to team overview

dolfin team mailing list archive

[HG] Add functions DenseMatrix::solve(DenseVector& x, const DenseVector& b) and DenseMatrix::solve_in_place(DenseVector& x, const DenseVector& b).

 

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

changeset:   1923:1177a93765c0bd5f7c26f48cc0ed93aa72964680
tag:         tip
user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date:        Sun May  7 22:03:37 2006 +0200
files:       ChangeLog src/kernel/la/DenseMatrix.cpp src/kernel/la/dolfin/DenseMatrix.h src/test/main.cpp
description:
Add functions DenseMatrix::solve(DenseVector& x, const DenseVector& b) and DenseMatrix::solve_in_place(DenseVector& x, const DenseVector& b).


changeset:   1922:3ce4c7ea36d984b27025af78b8196a77919f7fcd
user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date:        Sun May  7 19:54:23 2006 +0200
files:       src/kernel/la/DenseMatrix.cpp src/test/main.cpp
description:
Remove NewMatrix delcarations in src/test/main.cpp


changeset:   1921:3087970ce3239ed69f72d618783d37ac2c772f2e
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Sun May  7 17:14:27 2006 +0200
files:       src/demo/ode/method-weights/main.cpp src/kernel/la/DenseMatrix.cpp src/kernel/la/DenseVector.cpp src/kernel/la/dolfin/DenseMatrix.h src/kernel/la/dolfin/DenseVector.h src/kernel/ode/cGqMethod.cpp src/kernel/quadrature/GaussianQuadrature.cpp
description:
Add automatic clear() in DenseMatrix and DenseVector and
restore functionality to precomputation of quadrature weights.

Much much faster than the old PETSc version and we can now initialize
cG(q) and dG(q) for large values of q. (Didn't try beyond q = 17.)


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



Follow ups