← Back to team overview

dolfin team mailing list archive

Interpolation broken DOLFIN?

 

Hello!

Interpolation is suddenly broken after I upgraded DOLFIN and other FEniCS 
packages. It segfaults...

Removing all types of:

   f = Function(V)
   f.interpolate(f0)

from the python function unit tests "fixes" the problem. I have not debugged 
it further. I wonder if someone else has encountered the same problem or if 
you have any clue of where to start debugging. There are no cpp unit test so I 
am not sure where it goes wrong.

Johan



Follow ups