I am trying to write a subroutine with VUSDFLD
I would like to manipulate the Solution Dependent Variables based on its previous value as follows:
Statenew(k,2)=Stateold(k,2)*10
But Multiplaction and Divisiion operations do not give any results. They give 'No value' when they are output.
Would anyone know why this happens?
Thank you.