← Back to team overview

ufl team mailing list archive

FFC/UFL error message

 

At the end of a long error message, I'm getting:

File "/usr/local/lib/python2.6/dist-packages/ffc/compiler/quadrature/quadraturetransformerbase.py", line 223, in conditional
    error("Conditional is not supported (yet).")
  File "<string>", line 1, in <lambda>
File "/usr/local/lib/python2.6/dist-packages/ufl/log.py", line 106, in error
    raise UFLException(self._format_raw(*message))
ufl.log.UFLException: Conditional is not supported (yet).

Could this be because I'm trying to compute the derivative of something which involves 'abs'?

Garth