-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace the basic kexpm
routines with a variable time step version
#106
Comments
k_expm
routines with a variable time step versionkexpm
routines with a variable time step version
Notes on commit e315fc4 :
Reconsidering the problem, I think there can be substantial gains by also considering variable Choose The difficulty compared with only varying As we do not have access to with the estimate of the error Error estimation
|
In order to speed up the exponential integrator, we need to improve the fixed-tau Krylov exponential integrator.
Design requirements:
tau
tau
should beintent(inout)
such that subsequent steps can avoid the (possibly expensive) first iteration requiring many Krylov vectorstau
for the subsequent time step should be larger than the output of the last time step.The text was updated successfully, but these errors were encountered: