Garth N. Wells wrote:
> Can we expose DOLFIN_PI when generating code via JIT for an Expression?
>

Is there some Python magic going on because

  u = Expression("pi", V = V)

compiles but

   u = Expression("DOLFIN_PI", V = V)

doesn't.

Garth





> Garth
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@fenics.org
> http://www.fenics.org/mailman/listinfo/dolfin-dev


_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@fenics.org
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to