Hi Chris
Thanks for the hint. I got the idea!
Now, I define my stabilization parameter tau as follows:
h = CellSize(mesh)
tau = Function(V)
tau = pow((vnorm/h)**2 + (k/h**2)**2,-0.5)
and insert tau in the variational form. Is this the correct way to proceed? Does the JIT compiler understands what I mean?
Thanks in advance
Heitor