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
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