dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #04587
Re: [HG dolfin] Some work on applying bc. Waiting for FFC to generate some UFC functions.
On Sun, Apr 08, 2007 at 10:46:42AM +0200, Anders Logg wrote:
> On Fri, Apr 06, 2007 at 03:00:31PM +0200, 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: 2814:65e09046dc71eee61305a3f904ca452aa32926e1
> > tag: tip
> > user: "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
> > date: Fri Apr 06 15:00:16 2007 +0200
> > files: src/demo/pde/poisson/Poisson.h src/demo/pde/poisson/main.cpp src/kernel/fem/BoundaryCondition.cpp src/kernel/fem/dolfin/BoundaryCondition.h src/kernel/la/PETScMatrix.cpp src/kernel/la/dolfin/GenericMatrix.h src/kernel/la/dolfin/PETScMatrix.h src/kernel/la/dolfin/uBlasMatrix.h
> > description:
> > Some work on applying bc. Waiting for FFC to generate some UFC functions.
>
> Do you mean
>
> num_facet_dofs
> tabulate_facet_dofs
> tabulate_coordinates
>
> ?
>
> These three should be fairly simple to fix.
Turned out to be more difficult than I had hoped, but the first two
are now implemented.
/Anders
References