Should be change:
  /// Solve linear system Ax = b
  void solve(const Matrix& A, Vector& x, const Vector& b);

to
  /// Solve linear system Ax = b
  void solve(const GenericMatrix& A, GenericVector& x, const GenericVector& b);

?

Ola
_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to