Add support for vectors in norm() function. Now handles both vectors One or more new changesets pushed to the primary dolfin repository. A short summary of the last three changesets is included below.
*** failed to import extension hgext/hbisect: No module named hgext/hbisect changeset: 7088:e5ee11714cf3 tag: tip user: Anders Logg <[email protected]> date: Thu Sep 17 19:12:31 2009 +0200 files: site-packages/dolfin/norm.py description: Add support for vectors in norm() function. Now handles both vectors and functions: norm(x) norm(v) norm(x, "l2") norm(v, "Hdiv") changeset: 7087:75562cd711a0 user: "Johan Hake <[email protected]>" date: Thu Sep 17 11:10:44 2009 +0200 files: bench/fem/speedup/analyse-bench bench/fem/speedup/commit-bench description: Updates to parallell benchmark scripts First results: Speedup | Assemble Assemble + solve -------------------------------------- 1 | 1 1 2 | 0.7 0.26568 4 | 0.43333 0.19166 8 | 0.26667 0.13381 16 | 0.33333 0.084034 32 | 0.1 0.10149 This indicates that the direct serial solver is not that good, (is it possible to use MUMPS when in serial?) and that solve does not scale particular well. changeset: 7086:dd057d0fbd6d parent: 7085:6763c4e08ff3 parent: 7083:4ca0c0d57569 user: "Johan Hake <[email protected]>" date: Thu Sep 17 10:14:30 2009 +0200 description: merge ---------------------------------------------------------------------- For more details, visit http://www.fenics.org/hg/dolfin _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
