On Thu, Apr 10, 2008 at 11:07:50AM +0200, Ola Skavhaug wrote: > 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
Yes! -- Anders _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
