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

Move random seed stuff into Boris example. #208

Closed memmett closed 9 years ago

memmett commented 9 years ago

Aside from the Boris example, no other part of PFASST uses random numbers. Following YAGNI, let's move this out of PFASST proper and into the Boris example.

This will also allow us to simplify the site_config.hpp stuff, which I just realised couples us to CMake a bit more than I'd like.

pancetta commented 9 years ago

+1.. keep it simple.

On 01.05.15 22:28, Matthew Emmett wrote:

Aside from the Boris example, no other part of PFASST uses random numbers. Following YAGNI, let's move this out of PFASST proper and into the Boris example.

This will also allow us to simplify the |site_config.hpp| stuff, which I just realised couples us to CMake a bit more than I'd like.

— Reply to this email directly or view it on GitHub https://github.com/Parallel-in-Time/PFASST/issues/208.