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

Minor improvements #711

Merged
merged 3 commits into from
Dec 16, 2023
Merged

Minor improvements #711

merged 3 commits into from
Dec 16, 2023

Conversation

navdeeprana
Copy link
Contributor

@ChrisRackauckas I am just rewriting parts of the documentation as I read along. Mostly rephrasing things I find confusing at first read.

I need your input for the following. Specifying adaptive = false in solve turns off adapting time step over the course of numerical integration, but it still chooses the initial time step on it's own right?

@ChrisRackauckas
Copy link
Member

I need your input for the following. Specifying adaptive = false in solve turns off adapting time step over the course of numerical integration, but it still chooses the initial time step on it's own right?

I believe if adaptive=false then you need to supply dt, though I haven't checked that in a long time. dt is the initial time step and if it's not adaptive then it's all time steps.

@ChrisRackauckas ChrisRackauckas merged commit 614c00c into SciML:master Dec 16, 2023
0 of 2 checks passed
@navdeeprana
Copy link
Contributor Author

Got it, I missed that we need to supply dt with adaptive=false here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants