← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Remove unused function. Geometric application of BCs now implemented

 

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

changeset:   3399:93e0ddb41e59e6c5b7ab9e8baf16fb779c1aeeae
tag:         tip
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Mon Oct 29 17:06:27 2007 +0100
files:       src/kernel/fem/dolfin/DirichletBC.h
description:
Remove unused function. Geometric application of BCs now implemented
also in 3D (by Kristian).


changeset:   3398:7f699590cbc2936ec2bbae5154c4f89d240a459e
user:        "Kristian Oelgaard <k.b.oelgaard@xxxxxxxxxx>"
date:        Mon Oct 29 16:09:31 2007 +0100
files:       src/kernel/fem/DirichletBC.cpp
description:
Implemented geometrical search in 3D for applying boundary conditions.


changeset:   3397:a79231464d1a6f6303f1bfb62390450c8c836cb2
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Sun Oct 28 11:15:27 2007 +0100
files:       ChangeLog src/kernel/fem/BoundaryCondition.cpp src/kernel/fem/DirichletBC.cpp src/kernel/fem/dolfin/BoundaryCondition.h src/kernel/fem/dolfin/DirichletBC.h src/pydolfin/dolfin_docstrings.i
description:
Option for setting boundary conditions based on local geometrical search.
(Patch from Kristian with some modifications.)

This makes it possible to set boundary conditions for elements which don't
(according to tabulate_facet_dofs) have any dofs on the boundary. This includes
most notably DG elements where all dofs are internal to the cell, so we
can now set also strong BCs for DG elements.

The local test for coordinate on facet is only implemented for 2D so far.
3D will come.

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