← Back to team overview

dolfin team mailing list archive

LA: [...]

 

Commit from garth (2005-12-02 22:42 CET)
-----------------

LA:

-Move functions from GMRES to new class KrylovSolver.

-New constructor for KrylovSolver which takes the Krylov method.

-GMRES class is now just a constructor which passes "KSPGMRES" to the KrylovSolver constructor.

-New function "setType(KSPType type)" in KrylovSolver to allow user to set the method used by the KrylovSolver.

  dolfin  src/kernel/la/GMRES.cpp                1.15
+ dolfin  src/kernel/la/KrylovSolver.cpp         1.33
  dolfin  src/kernel/la/Makefile.am              1.35
  dolfin  src/kernel/la/Makefile.in              1.140
  dolfin  src/kernel/la/dolfin/GMRES.h           1.11
+ dolfin  src/kernel/la/dolfin/KrylovSolver.h    1.16
  dolfin  src/kernel/la/dolfin/Makefile.am       1.26
  dolfin  src/kernel/la/dolfin/Makefile.in       1.137
  dolfin  src/kernel/la/dolfin/Preconditioner.h  1.5
  dolfin  src/kernel/la/dolfin/dolfin_la.h       1.20