On Monday 07 September 2009 21:31:48 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: 6968:c9e4a19d28149a2e909e39abed118977afd3706c > tag: tip > user: "Johan Hake <[email protected]>" > date: Mon Sep 07 21:31:43 2009 +0200 > files: demo/la/block-matrix/cpp/main.cpp > demo/la/block-matrix/python/demo.py demo/pde/elasticity/cpp/main.cpp > demo/pde/stokes/taylor-hood/python/demo.py dolfin/la/EpetraMatrix.h > dolfin/la/EpetraVector.h dolfin/la/GenericMatrix.h > dolfin/la/GenericVector.h dolfin/la/MTL4Matrix.h dolfin/la/MTL4Vector.h > dolfin/la/Matrix.h dolfin/la/PETScVector.cpp dolfin/la/PETScVector.h > dolfin/la/STLMatrix.h dolfin/la/Vector.h dolfin/la/uBLASMatrix.h > dolfin/la/uBLASVector.h description: > Remove default argument to Foo.norm() > - Making PETScMatrix and Vector available in PyDOLFIN again
We could add: norm(const GenericMatrix&, std::string norm_type = "frobenius") norm(const GenericVector&, std::string norm_type = "l2") That defaults to a certain norm, for Vectors and Matrices. This would then work much in the same way as info() do today. Are there other functions like this we could add? Johan > > changeset: 6967:121d0bdc8111c552405839c9fa526a125a0c4784 > user: "Johan Hake <[email protected]>" > date: Mon Sep 07 21:27:22 2009 +0200 > files: dolfin/swig/shared_ptr_classes.i > description: > Bug fix for shared_ptr<Epetra_FECrsMatrix*> in typmap > > > changeset: 6966:819e597241bc345d142daff366b47c9f080a05a0 > user: Johannes Ring <[email protected]> > date: Mon Sep 07 19:33:20 2009 +0200 > files: test/unit/function/cpp/test.cpp > description: > Replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL to let test pass on > Windows. > > ---------------------------------------------------------------------- > 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
