ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #00705
Re: [DOLFIN-dev] [HG] Merge - new mesh representation replaces old. Interior assembly works
On Mon, Oct 16, 2006 at 01:50:16PM +0200, Garth N. Wells wrote:
>
>
> Anders Logg wrote:
> > Doesn't work for me either. The FFC format is designed for the old
> > mesh and the new mesh does not yet have anything that corresponds to
> > cell.vertexID() etc.
> >
>
> Should this be changed on the FFC side? Johan J. has changed (I assume
> be hand) cell.vertexID() to cell.connections()[]. Let me if this is OK
> and I can change it in FFC is no one has on it started yet.
>
> Garth
Looks good to me, please go ahead.
It might be that you just need to update the dictionaries in
nodemap.py and vertexeval.py.
/Anders
References