필터 지우기
필터 지우기

Numerically Solving a System of Differential Equations in Parallel?

조회 수: 1 (최근 30일)
Kevin Bachovchin
Kevin Bachovchin 2014년 4월 9일
Hello,
If I have a system of coupled differential equations:
dx1dt = f1(x1,x2)
dx2dt = f2(x1,x2)
Is there a way to solve this system of differential equations in parallel? I would like for one function to compute dx1dt and another function to compute dx2dt in parallel and then the two processors communicate with each other in order to share x1 and x2 after each time step. Is something like this possible?
Thank you,
Kevin

답변 (0개)

카테고리

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