','..','$myPermit') ?>
SYLLABUS Previous: 5.4 A scheme for
Up: 5 MONTE-CARLO METHOD
Next: 5.6 Computer quiz
Particle methods generally are efficient for problems dealing with a large
number of dimensions and complex geometries: table 5.5.0#tab.1
suggests that Monte Carlo methods become more efficient than
FD or FEM when
(in the limit of
and neglecting computer hardware issues).
|
Parallelization is easy and efficient if the problem is linear and the
particles are decoupled: just run a copy of the simulation program on
several machines simultaneously.
The final result is obtained by summation and normalization of the results
from the individual machines, since the Monte Carlo time stepping is a
diagonal linear operation
![]() |
(1) |
Unfortunately, the MC method is not that easy to parallelize
for non-linear problems: if
and
are functions of the density
distribution, the continuous density distribution function needs to
be approximated after each step. This will dramatically reduce the
performance on a parallel machine.
SYLLABUS Previous: 5.4 A scheme for Up: 5 MONTE-CARLO METHOD Next: 5.6 Computer quiz