dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #07857
[HG DOLFIN] Import solver types and preconditioner types in Python
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 4178:c69f8682f388943b8375636186d666bd1fa08087
tag: tip
user: "Anders Logg <logg@xxxxxxxxx>"
date: Thu May 08 21:16:55 2008 +0200
files: site-packages/dolfin/__init__.py
description:
Import solver types and preconditioner types in Python
changeset: 4177:2bda820618da1121c29003765964b04b51cb0ad6
user: "Anders Logg <logg@xxxxxxxxx>"
date: Thu May 08 20:51:15 2008 +0200
files: dolfin/la/solve.cpp dolfin/la/solve.h sandbox/la/solve/Poisson.form sandbox/la/solve/Poisson.h sandbox/la/solve/SConstruct sandbox/la/solve/main.cpp
description:
Make solve() function more intelligent, can now also handle Krylov methods
changeset: 4176:fdc9238139f60d4f8cf1bf186303bec3766f1678
user: "Anders Logg <logg@xxxxxxxxx>"
date: Thu May 08 20:28:24 2008 +0200
files: dolfin/la/GMRES.cpp dolfin/la/GMRES.h dolfin/la/KrylovMethod.h dolfin/la/KrylovSolver.h dolfin/la/PETScKrylovSolver.cpp dolfin/la/PETScKrylovSolver.h dolfin/la/PETScPreconditioner.cpp dolfin/la/PETScPreconditioner.h dolfin/la/Preconditioner.h dolfin/la/PreconditionerType.h dolfin/la/SolverType.h dolfin/la/dolfin_la.h dolfin/la/uBlasKrylovSolver.cpp dolfin/la/uBlasKrylovSolver.h dolfin/la/uBlasPreconditioner.h dolfin/nls/NewtonSolver.cpp dolfin/nls/NewtonSolver.h dolfin/swig/dolfin_docstrings.i dolfin/swig/dolfin_headers.i
description:
Renames: Preconditioner --> PreconditionerType, KrylovMethod --> SolverType
In preparation for a more general solve() function that can handle Krylov
methods as well as LU.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin