You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
asserterr<1e-12, ("for coarse provided as matrix, run_coarse and successive application of update matrix does not give identical results - error: %5.3e"%err)
126
+
108
127
# run_fine is callable and provides expected output at very end
asserterr<2e-12, ("Successive application of update matrix does not reproduce intermediata coarse values generated by run_coarse. Error: %5.3e in slice %2i"% (err, i))
132
151
152
+
# with coarse provided as matrix, run_coarse provides expected intermediate values
asserterr<2e-12, ("Successive application of update matrix does not reproduce intermediata coarse values generated by run_coarse. Error: %5.3e in slice %2i"% (err, i))
0 commit comments