Skip to content
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

SDIRK solver convergence #79

Open
maqsoodrajput opened this issue Jun 29, 2023 · 1 comment
Open

SDIRK solver convergence #79

maqsoodrajput opened this issue Jun 29, 2023 · 1 comment
Labels
integrators Related to numerical integrators question Further information is requested

Comments

@maqsoodrajput
Copy link

I am trying to check if the SDIRK solvers in kpp/int/ (with fixed step-size) give correct order of convergence. In all cases (second/third/fourth order solver) I am getting an order ~1 which is strange.

@maqsoodrajput maqsoodrajput added the question Further information is requested label Jun 29, 2023
@RolfSander
Copy link
Contributor

I'm not familiar with SDIRK. I almost always use the Rosenbrock integrator. Anyway, how do you determine the order of convergence? Is there a variable in sdirk.f90, or are you calculating it yourself?

@yantosca yantosca added the integrators Related to numerical integrators label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integrators Related to numerical integrators question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants