Hi Nek5000 users:
May I ask how to calculate the gradient of a variable vx, at only one direction? To calculate the gradient, I normally call subroutine gradm1:
call gradm1(dudx, dudy, dudz, vx)
But what if I only need the gradient at x direction (dudx), is there a subroutine that only calculates the gradient at one direction? Thanks!
Regards!
Jundi