formula is sqrt(u.x^2+u.z^2)^0.5*abs(u.x)/u.x
i realize the above equation should be
sqrt(u.x^2+u.z^2)^0.5*abs(u.x)/u.x
but when i try to display the results i get the attached error messages after which i cannot see any results, the window has a red cross through it have to close down and restart
Comments
It happens with the Gradient contour plot option (not the Banded one) and a formula that has a divide by zero or similar problem.
Any suggestions for another way to do this?
(x*u.x + z*u.z) / sqrt(x^2+z^2)