Hello,
I'm getting the following error:
*** Error: Unable to perform just-in-time compilation of form.
*** Reason: ffc.jit failed with message:
...
RuntimeError: maximum recursion depth exceeded
*** Where: This error was encountered inside jit.py.
*** Process: 0
*** DOLFIN version: 2016.2.0
...
I'm solving a system of non-linear equations (>80 equations) similar to https://fenicsproject.org/olddocs/dolfin/2016.2.0/python/demo/documented/stokes-iterative/python/documentation.html
The problem is when I call the function assemble_system before solving the system. I tested with a smaller number of equations and it works fine. So, the problem is indeed the number of equations and that the 'maximum recursion depth exceeded'...
Anyone has some suggestion?
Thanks in advance!