dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #17156
Re: [Question #96571]: Quasi-nonllinear Time-dependent Problem
Question #96571 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/96571
Ted Kord gave more information on the question:
It seems the form compiler wasn't too happy with the exp(...) so I
replace it with e**(...) .
I no longer get the Typeerror but now I get this at Compiler Stage 4:
Compiler stage 4: Generating code
---------------------------------
Generating code using quadrature representation.
Generating code for cell integrals.
Transforming UFL integrand...power does not support this exponent: Division(Sum(IntValue(25, (), (), {}), Product(IntValue(-1, (), (), {}), Coefficient(FiniteElement('Lagrange', Cell('triangle', 1, Space(2)), 1), 0))), FloatValue(5.9800000000000004, (), (), {}))
*** FFC: power does not support this exponent: Division(Sum(IntValue(25, (), (), {}), Product(IntValue(-1, (), (), {}), Coefficient(FiniteElement('Lagrange', Cell('triangle', 1, Space(2)), 1), 0))), FloatValue(5.9800000000000004, (), (), {}))
Is there a workaround for this?
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.