I would really appreciate if operator-=, operator- and operator+ could be added in Vector before the release. Since the reference semantics in Vector::vec() has been removed, it has become a bit strenuous to write things like *(residual.instance()) -= *(b.instance()); in application code.
Thanks! /Dag DOLFIN wrote: > One or more new changesets pushed to the primary dolfin repository. > A short summary of the last three changesets is included below. > > changeset: 3931:7b615f0efc280c6c397fcb12d04e9806cdef967c > tag: tip > user: "Anders Logg <[EMAIL PROTECTED]>" > date: Wed Apr 09 15:48:55 2008 +0200 > files: TODO > description: > Update TODO list for linear algebra after meeting. > Which of these items (if any) do we want to fix before the release? > > > changeset: 3930:d3bac25113d4d20e68a2c120de6f288d433dc51b > user: "Anders Logg <[EMAIL PROTECTED]>" > date: Wed Apr 09 15:40:17 2008 +0200 > files: test/test.py > description: > Merge patch from Ilmar > > > changeset: 3929:2f65f34ce1fbcc3460d58cc54fe32ed027aacdd8 > user: Johannes Ring <[EMAIL PROTECTED]> > date: Wed Apr 09 14:33:39 2008 +0200 > files: dolfin/SConscript > description: > Building demos when tests are enabled (suggested by Ilmar). > > ---------------------------------------------------------------------- > For more details, visit http://www.fenics.org/hg/dolfin > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
