প্যারিয়াল, পিআইটিএ এবং পিএফএএসএসটির মধ্যে পার্থক্য কী?


10

সময়-নির্ভর সমস্যার সমাধানের সময়কে সমান্তরাল করার জন্য প্যারালিয়াল, পিআইটিএ এবং পিএফএএসএসটি অ্যালগরিদমগুলি হ'ল ডোমেইন কৌশলগুলি।

  1. এই পদ্ধতির পিছনে গাইড নীতিগুলি কী কী?

  2. তাদের মধ্যে প্রধান পার্থক্য কি?

  3. আমি কি বলতে পারি যে একটি অন্যের উপর ভিত্তি করে? কিভাবে?

  4. তাদের আবেদন সম্পর্কে কি?

আমি জানি যে "কোনটি ভাল?" এর প্রশ্নের কোনও উত্তর থাকবে না, তবে তাদের প্রয়োগের ক্ষেত্রগুলি এবং বৈধতার শর্তগুলি সম্পর্কে একটি ভাল বোঝা আমার পক্ষে সহায়ক।


1
হাই এসিস্টার্টআপ আমি দুটি পদ্ধতির মধ্যে পার্থক্য এবং মিলগুলির বিষয়ে মন্তব্য করতে পেরে খুশি হব, তবে আমি মনে করি আমাদের প্রথমে প্রশ্নটি আবার শুরু করা উচিত ...
ম্যাথু এমমেট

2
Parareal উপর ঐতিহাসিক পটভূমি একটি বিট জন্য আপনার কাছে আপ করতে পারেন en.wikipedia.org/wiki/Parareal রেফারেন্স এক বিস্তারিত তালিকা থেকে পাওয়া যায় parallelintime.org/references/index.html
ড্যানিয়েল

ওয়েবসাইটের ইউআরএল আপডেট করুন: এটি এখন www.parallel-in-time.org এ পাওয়া যাবে
ড্যানিয়েল

উত্তর:


6

এই পদ্ধতিগুলি মোটামুটি দুটি সময়-পদক্ষেপের পদ্ধতির ক্ষেত্রে বর্ণনা করা যেতে পারে, এখানে এবং এফ দ্বারা বোঝানো হয়েছে । জি এবং এফ উভয়ই সমাধানটির কাছাকাছি স্থির করে প্রাথমিক মান U nu ( t n ) প্রচার করেজিএফজিএফইউএনতোমার দর্শন লগ করা(টিএন)

তোমার দর্শন লগ করা(টি)=তোমার দর্শন লগ করা0+ +0টি(τ,তোমার দর্শন লগ করা(τ))τ

থেকে করার টি এন + + 1 (যে ˙ তোমার দর্শন লগ করা = ( U , T ) )। পদ্ধতিগুলি দক্ষ হওয়ার জন্য, অবশ্যই এটি অবশ্যই প্রবর্তন করা উচিত যে জি প্রচারক কমপিটেশনালি এফ প্রচারকারীর তুলনায় কম ব্যয়বহুল , এবং তাই জি সাধারণত একটি নিম্ন-আদেশ পদ্ধতি method যেহেতু পদ্ধতির সামগ্রিক সঠিকতার সঠিকতা দ্বারা সীমাবদ্ধ এফ প্রচারক, এফ সাধারণত উচ্চ অর্ডার ও ছাড়াও আর একটি ছোট সময় পদক্ষেপ ব্যবহার করতে পারেন জি । এসব কারণে জিটিএনটিএন+ +1u˙=f(u,t)GFGFFGGমোটা প্রচারক এবং এফ হিসাবে উল্লেখ করা হয়F সূক্ষ্ম প্রচারক ।

Un+10n=0N1NF(tn+1,tn,Unk)

Un+1k+1=G(tn+1,tn,Unk+1)+F(tn+1,tn,Unk)G(tn+1,tn,Unk)

for n=0N1. That is, the fine propagator is used to refine the solution in each time slice in parallel, while the coarse propagator is used to propagate the refinements performed by the fine propagator through time to later processors. Note that at this point we haven't specified what the G and F propagators are: they could be, for example, Runge-Kutta schemes of varying order.

The PITA method is very similar to Parareal, but it keeps track of previous updates and only updates the initial condition on each processor in a manner reminiscent of Krylov subspace methods. This allows PITA to solve linear second-order equations which Parareal cannot.

The PFASST method differs from the Parareal and PITA methods in two fundamental ways: first, it relies on the iterative Spectral Deferred Correction (SDC) time-stepping scheme, and second it incorporates Full Approximation Scheme corrections to the coarse propagator, and in fact PFASST can use a hierarchy of propagators (instead of just two). Using SDC allows the time-parallel and SDC iterations are hybridized which relaxes the efficiency constraints of Parareal and PITA. Using FAS corrections enables a lot of flexibility when constructing the coarse propagators of PFASST (making the coarse propagators as cheap as possible helps increase parallel efficiency). Coarsening strategies include: time-coarsening (fewer SDC nodes), space-coarsening (for grid based PDEs), operator coarsening, and reduced physics.

I hope this outlines the fundamentals, differences, and similarities between the algorithms. Please see the references in this post for more details.

Regarding applications, the methods have been applied to a wide variety of equations (planetary orbits, Navier-Stokes, particle systems, chaotic systems, structural dynamics, atmospheric flows etc etc). When applying time-parallelization to a given problem you should certainly validate the method in a manner appropriate for the problem being solved.


Good answer! Can you tell me what Full Approximation Scheme means?
eccstartup
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.