← Back to team overview

fiat team mailing list archive

Re: Fixes for numbering of entities

 

I think I succeeded in applying this.  This was the first time I've tried a
bundle in hg.

Rob

On 6/14/07, Anders Logg <logg@xxxxxxxxx> wrote:

Rob, here's a bundle that fixes the numbering issue for FIAT/FFC.

It adds a new variable numbering_scheme which by the default is set to
"default" (and does not change the way FIAT numbers the entities). One
may also set this variable to "UFC" which makes FIAT use the UFC
numbering scheme.

FFC now does the following at startup:

    from FIAT import numbering
    numbering.numbering_scheme = "UFC"

To apply the bundle, just do

    hg unbundle bundle.hg

You can also check what's in the bundle before applying it:

    hg incoming -v -p bundle.hg

/Anders

_______________________________________________
FIAT-dev mailing list
FIAT-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/fiat-dev




Follow ups

References