Evaluate UserExpression with eval_cell

Hi Rem,

as a workaround you can interpolate it in a function which you can evaluate:

D = CoeffClass(...)
d = interpolate(D, V)
print(d(0.5, 0.5))

BR

2 Likes