dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #16365
[HG DOLFIN] Add missing file.
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 7397:7b163b1674d4
tag: tip
user: Anders Logg <logg@xxxxxxxxx>
date: Thu Oct 22 13:18:37 2009 +0200
files: site-packages/dolfin/utils.py
description:
Add missing file.
changeset: 7396:8f68b73f4c58
user: Anders Logg <logg@xxxxxxxxx>
date: Thu Oct 22 13:04:18 2009 +0200
files: ChangeLog dolfin/swig/fem_pre.i site-packages/dolfin/__init__.py
description:
Add function homogenize() for simple creation of homogeneous BCs from given BCs:
homogeneous_bcs = homogenize(bcs)
changeset: 7395:54decc008503
user: Anders Logg <logg@xxxxxxxxx>
date: Thu Oct 22 11:37:34 2009 +0200
files: dolfin/fem/BoundaryCondition.cpp dolfin/fem/BoundaryCondition.h dolfin/fem/DirichletBC.cpp dolfin/fem/DirichletBC.h dolfin/function/Function.h
description:
Add more fine-grained access for manipulating boundary conditions.
New constructor: bc = DirichletBC(V, g, markers)
New access methods:
bc.function_space()
bc.value()
bc.markers()
Allows creation of new boundary conditions as modifications of
existing boundary conditions, such as homogeneous Dirichlet
conditions based on nonhomogeneous Dirichlet conditions.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin