Parallel-in-Time / pyParareal

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

Can use matrix to define coarse integrator #14

Closed danielru closed 8 years ago

danielru commented 8 years ago

Allows to provide a matrix as argument for parareal and timemesh instead of the name of a coarse integrator. The matrix is used as stability matrix to initialise an object of type special_integrator

Fixes #13