Parfor/SPMD and Backwards Euler method for ODEs

조회 수: 2 (최근 30일)
Angelo Giuseppe Spinosa
Angelo Giuseppe Spinosa 2018년 9월 13일
답변: Jan 2018년 9월 13일
As far as I know, a crucial assumption for using the aforementioned models is the independence between instructions so that the result at time t mustn't depend on the result at time t-1. That's why I'd ask if it is possible to adapt either the parfor or the SPMD model to solve ODEs with backwards Euler.
Thank you in advance for you answers.

답변 (1개)

Jan
Jan 2018년 9월 13일
Solving ODEs cannot be parallelized in general. This is not a limitation of Matlab's PARFOR/SPMD, but the dependency between the steps prohibits the parallel evaluation.
You could use parfor to compute different integrations, e.g. for different parameters or initial values.

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by