Time Parallel Algorithms #2767
Unanswered
zhyxue0
asked this question in
Firedrake support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone, I want to implement a time parallel algorithm.
The algorithm is as follows
Step 1.1
Known
u_{n}
, solve the PDE to getu11
Step 1.2
Known
u_{n}
, solve the PDE to getu21
Step 2
Known
u_{n}
,u11
,u12
,solve the PDE to getu_{n+1}
Step 1.1 and step 1.2 can be solved independently at the same time in parallel. Is it possible to realize it in the framework of firedrake? Or has anyone implemented a similar algorithm? Please give me some ideas.
Beta Was this translation helpful? Give feedback.
All reactions