~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: ilmarw@gogmagog.simula.no
  • Date: 2008-05-29 10:46:14 UTC
  • mfrom: (2122.3.2 trunk)
  • mto: (2668.1.45 trunk)
  • mto: This revision was merged to the branch mainline in revision 2670.
  • Revision ID: ilmarw@gogmagog.simula.no-20080529104614-xjn0a188wtj2wlmw
Repo fix, roll back unwanted Parameter changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 - Add Epetra/Trilinos linear solvers
7
7
 - Add setrow() to matrix interface
8
8
 - Add new solver SingularSolver for solving singular (pressure) systems
9
 
 - Add MeshSize::min(), max() for easy computation of smallest/largest mesh size
 
9
 - Add MeshSize::min() for easy computation of smallest mesh size
10
10
 - LinearSolver now handles all backends and linear solvers
11
11
 - Add access to normal in Function, useful for inflow boundary conditions
12
12
 - Remove GMRES and LU classes, use solve() instead