You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to track down the SCIRun implementation for calculating a gradient vector field from scalar data on a mesh. So far as I can tell the module CalculateGradient points to the CalculateGradient algorithm, which itself points to the Vfield gradient function, which points to the VFDataT data type gradient function, which itself uses the inverse jacobian in some way to get the gradient values.
Is there documentation/citation of how the algorithm actually works mathematically to arrive at the gradient vector field?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to track down the SCIRun implementation for calculating a gradient vector field from scalar data on a mesh. So far as I can tell the module CalculateGradient points to the CalculateGradient algorithm, which itself points to the Vfield gradient function, which points to the VFDataT data type gradient function, which itself uses the inverse jacobian in some way to get the gradient values.
Is there documentation/citation of how the algorithm actually works mathematically to arrive at the gradient vector field?
Beta Was this translation helpful? Give feedback.
All reactions