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

`restrict` member function of ITransfer is C++ keyword #237

Open torbjoernk opened 8 years ago

torbjoernk commented 8 years ago

restrict is a C++ keyword and should not be used as a symbol name. Though it hasn't caused any bugs I know of yet, we should rename the restrict member function of the transfer operator to something else.