~njansson/dolfin/hpc

Viewing all changes in revision 2668.1.9.

  • Committer: Anders Logg
  • Date: 2008-05-17 22:47:32 UTC
  • mto: (2668.7.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2670.
  • Revision ID: logg@simula.no-20080517224732-bosmqobqv2zhhu8r
Make linear algebra backend dynamic. It should now be possible to
choose the default linear algebra backend (for Vector and Matrix)
by

  dolfin_set("linear algebra backend", "PETSc");

both in C++ and Python.

Valid options are uBLAS, PETSc, Epetra.

The default is still PETSc if available, otherwise uBLAS.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: