numerical-mathematics / extrapolation

Parallel extrapolation for ODEs
MIT License
6 stars 1 forks source link

A and b have incompatible dimensions #37

Open mcr222 opened 8 years ago

mcr222 commented 8 years ago

Brusselator 2D problem does not run properly with midpoint semi-implicit (due to dimension mismatch).

ketch commented 8 years ago

Isn't the Brusselator being run as one of the tests? If not, could you add a test that runs it so I can see what's breaking?

mcr222 commented 8 years ago

The test functions run simple ODEs so not Brusselator (a regression tests could be added).

It's a problem with the dimensions of the vector and the matrix not matching in the midpoint method (it's probably easy to fix).