← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Remove debugging output

 

One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.

changeset:   3748:3d0acd16a2b7c75b3dc33c080e65c57c1eae9ba1
tag:         tip
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Tue Mar 25 09:40:40 2008 +0100
files:       dolfin/la/PETScVector.h dolfin/mesh/TetrahedronCell.cpp
description:
Remove debugging output


changeset:   3747:1fdad5b4d095e34a30afef68d3971773f9c0f2e0
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Wed Mar 19 21:36:02 2008 +0100
files:       ChangeLog site-packages/dolfin/__init__.py site-packages/dolfin/norm.py
description:
Add simple computation of norms of functions in Python.
Example usage includes:

  norm(v, mesh)
  norm(u0 - u1, mesh)
  norm(v, mesh, 'Hdiv')

If the type is not specified, the standard L_2 norm is
computed. Possible norm types include:

  L_2:     norm(v, mesh, 'L2')
  H^1:     norm(v, mesh, 'H1')
  H^1_0:   norm(v, mesh, 'H10')
  H(div):  norm(v, mesh, 'Hdiv')
  H(curl): norm(v, mesh, 'Hcurl')


changeset:   3746:68edc3d97200a9447f9124ffa49b96e1e1ad890c
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Wed Mar 19 19:12:45 2008 +0100
files:       AUTHORS dolfin/la/uBlasVector.cpp dolfin/la/uBlasVector.h
description:
Make uBlasVector::inner const

----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin