← Back to team overview

dolfin team mailing list archive

Re: [HG dolfin] Recompile test case (2D Poisson) for new assembly with latest

 

On Wed, Feb 28, 2007 at 04:21:45PM +0100, Garth N. Wells wrote:

> >Recompile test case (2D Poisson) for new assembly with latest
> >FFC after fixes to UFC code generation (compiles now). Can
> >now get started on implementing assembly of UFC forms.
> >
> 
> Excellent!

If anyone would like to have a closer look, the new assembler is in

    src/kernel/fem/dolfin/Assembler.h
    src/sandbox/assembly/

Also note src/kernel/fem/dolfin/assemble.h.

For FFC, the starting point is in

    src/ffc/compiler/compiler.py

This module sits in the middle and directs the input/output to/from
the various compilation phases.

/Anders


References