Parallel-in-Time / pyParareal

Python Parareal code to study its dispersion relation
11 stars 4 forks source link

Allow initialisation of timemesh with objects of type integrator #13

Closed danielru closed 8 years ago

danielru commented 8 years ago

At the moment, timemesh accepts the names of integrators to be used but instantiates them in the constructor.

To use integrators of type `special_integrator', it has to be possible to provide instantiated integrator objects instead.