Dear all,
In user element I have defined NH3=1. I store some value x as hr(NH3)=x in element subroutine.
Now I want to extract these values in a user macro. I was trying to understand it from the user macro by Prof. Govindjee for paraview output file. According to that I am doing it in the following manner, but not getting correct values. Am I doing it wrong?
do ii=0,numel-1
y(ii+1) = hr(nh3)
end do
regards,
Anshul Faye