dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03067
[HG] Add new class GMRES with static functions for solving linear systems:
One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.
changeset: 2125:be5c3ed03531d8be4c32ad91c15f9ba25a5fda6e
tag: tip
user: "Anders Logg <logg@xxxxxxxxx>"
date: Wed Aug 16 12:17:23 2006 +0200
files: src/kernel/la/GMRES.cpp src/kernel/la/dolfin/GMRES.h src/kernel/la/dolfin/uBlasKrylovSolver.h src/kernel/pde/LinearPDE.cpp src/modules/navierstokes/NSESolver.cpp src/pydolfin/dolfin.py src/pydolfin/dolfin_wrap.cpp
description:
Add new class GMRES with static functions for solving linear systems:
GMRES::solve(A, x, b, pc);
or just
GMRES::solve(A, x, b);
changeset: 2124:ea219b6dbc346345ef726a95238d330bebbd32f9
parent: 2123:3d0134705647fb822d8ea5ca8c4ef7ab3a4850bb
parent: 2122:f14d2718ade23d549b2994eb552b34070d59f125
user: "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date: Tue Aug 15 21:48:47 2006 +0200
files:
description:
merge
changeset: 2123:3d0134705647fb822d8ea5ca8c4ef7ab3a4850bb
parent: 2121:c183e9baba24b5ea5aff22fcf9038417d599027a
user: "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date: Tue Aug 15 21:48:11 2006 +0200
files: src/demo/solvers/elasticity-updated/main.cpp src/demo/solvers/heat/main.cpp
description:
Add some PETSc ifdefs to make demos compile without PETSc.
-------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin