Prev: multi-threaded FFTW segmentation fault with gfortran
Next: Initialization of character array in derived type
From: Daniel Platt on 29 Dec 2007 00:22 linuxl4(a)sohu.com wrote: >> The program accumulates the unavoidable small errors >> over a large number of steps. So, Michel is probably >> quite right. > > I understund. this program accumulates the unavoidable small errors > over a large number of steps. > > thank you. More than simply accumulating errors, this particular class of problems shows chaotic behavior (small deviations tend to produce exponentially divergent paths -- extreme sensitivity to initial conditions -- add a little junk each step and you have a lot of junk). Circular maps (sine cosine, etc) qualify. Dan
First
|
Prev
|
Pages: 1 2 3 Prev: multi-threaded FFTW segmentation fault with gfortran Next: Initialization of character array in derived type |