<div>Hi all, </div>
<div>I try to use  itkFiniteDifferenceImageFilter to iterate with <br>f_{n+1} = f_n +dt*A_n <br>and I don&#39;t know how to introduce the A_n in this filter, I guess is done in the filter with ? <br>FiniteDifferenceImageFilter&lt;..&gt;::GenerateData()<br>
{<br>...<br>this-&gt;ApplyUpdate()<br>...<br>}<br> <br>is there an itk simple example of an implemntation of the ApplyUpdate() and how to use it to iterate with this filter.<br> <br>Thanks, <br>Elhadj, </div>