← Back to team overview

dolfin team mailing list archive

Re: [FFC-dev] boundary integrals

 

On Thu, Sep 28, 2006 at 06:58:03PM +0200, Garth N. Wells wrote:
> > 
> > Should be fixed now in both FFC and DOLFIN. Check if it works.
> > 
> > The logic in the assemble functions is getting a little to
> > complicated: three forms a, L and M are assembled simultaneously and
> > each form may or may not be a null pointer and if the pointer is
> > nonzero then there may or may not be an interior contribution and
> > there may or may not be a boundary contribution.
> >
> 
> Yes, this is starting to look nasty. I can take a look at cleaning it up
> by adding some small inlined functions to compute and insert each
> element matrix/vector.
> 
> Garth

Sounds good.

Anyhow, we're up for a rewrite of the assembly, including updates for
the new mesh library (which should remove the need for templating the
assembly) and updates for the new FFC interface (UFC).

/Anders


References