← Back to team overview

dolfin team mailing list archive

Re: Problem compiling forms

 

Quoting jesperc <jesperc@xxxxxx>:


There was a post about this on both ffv-dev and fiat-dev not long ago (04-09):

>From fiat-dev:

>ok, thanks for spotting this.

>Rob, it looks like numbering.py went missing again in 0.3.2. It was
>missing in 0.3.1 also and was added in 0.3.1-1. Could you make a new
>release with numbering.py included?

>/Anders

>Andrey wrote:
>> Thank you, for advice. The command you mentioned
>> (# python >>> import FIAT) works - it does not produce any error message.
>>
>> But it already becomes clear that the trouble was in missed file in
>> FIAT-0.3.2 package. It is “numbering.py”. I took it from
>> http://www.fenics.org/pub/software/fiat/snapshot/fiat-snapshot.tar.gz
>> and put to FIAT installation directory. Now ffc compiler works.
>>
>> Best regards,
>> Andrey
 
/Kristian

> Hi,
> 
> I get the following error when compiling my forms using the deb-packages 
> for dolfin/ufc/ffc/fiat:
> 
> $ ffc -l dolfin Wave.form
> *** Warning: Unable to reorder entities. You need to patch or update your
> *** Warning: installation of FIAT. Variable numbering_scheme is missing.
> *** Warning: Results may be incorrect for higher order elements on tets
> Traceback (most recent call last):
>   File "/usr/bin/ffc", line 26, in <module>
>     from ffc.common.debug import *
>   File "/usr/lib/python2.5/site-packages/ffc/__init__.py", line 14, in 
> <module>
>     from ffc.fem.finiteelement import FiniteElement
>   File "/usr/lib/python2.5/site-packages/ffc/fem/finiteelement.py", line 
> 14, in <module>
>     from FIAT.shapes import *
>   File "/usr/lib/python2.5/site-packages/FIAT/shapes.py", line 19, in 
> <module>
>     import numbering
> ImportError: No module named numbering
> 
> 
> 
> Any ideas what is wrong?
> 
> Cheers,
> Jesper
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev
> 




References