One or more new changesets pushed to the primary dolfin repository. A short summary of the last three changesets is included below.
changeset: 5619:5a04df0beb609d85dd0f91eeb2f8614affb53ad0 tag: tip parent: 5618:2ad7ae2a07150acc5178bef22de9c23b507bb40c parent: 5617:0bf435a308d991373f2d1fb635d495b5a835e93b user: Kent-Andre Mardal <[email protected]> date: Thu Feb 05 18:59:14 2009 +0100 files: description: merge changeset: 5618:2ad7ae2a07150acc5178bef22de9c23b507bb40c parent: 5616:8b90aeeb368cb645dc10a78a28000476622b07ef user: Kent-Andre Mardal <[email protected]> date: Thu Feb 05 18:59:01 2009 +0100 files: dolfin/swig/dolfin_la_post.i description: bug fix: Python code for Matrix multiplication was not valid for non-square matrices. Added a resize to: ret = other.copy() ret.resize(self.size(0)) self.mult(other, ret) It would be better to use a constructor with size(0) as argument, but I am not sure how to do that. changeset: 5617:0bf435a308d991373f2d1fb635d495b5a835e93b user: "Ola Skavhaug <[email protected]>" date: Thu Feb 05 10:49:49 2009 +0100 files: demo/plot/python/demo.py description: Add example of plotting vector function at arbitrary points in space. ---------------------------------------------------------------------- For more details, visit http://www.fenics.org/hg/dolfin _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
