Parallel-in-Time / PFASST

PFASST++ is a C++ implementation of the "parallel full approximation scheme in space and time" (PFASST) algorithm
http://www.parallelintime.org/PFASST/
Other
32 stars 14 forks source link

Add iteration controll for PFASST #125

Closed torbjoernk closed 9 years ago

torbjoernk commented 9 years ago

Based on #43, iteration control, e.g. based on residual, should be implemented for PFASST as well. This will require communicating status between the processors.

memmett commented 9 years ago

Closed by #139.