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

regenerate DEBio tutorial II #74

Merged
merged 1 commit into from
Aug 1, 2019

Conversation

isaacsas
Copy link
Member

@isaacsas isaacsas commented Aug 1, 2019

Also fixes an error when Weaving the footer in html pages when pkg.old is nothing.

@@ -411,11 +411,11 @@ oprob = ODEProblem(rn, u₀, tspan, p)

We are now ready to solve the problem and plot the solution. Since we have
essentially generated a method of lines discretization of the diffusion equation
with a discontinuous initial condition, we'll use an A-L stable implicit ODE
solver, `KenCarp4`, and plot the solution at a few times:
with a discontinuous initial condition, we'll use an A stable implicit ODE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
with a discontinuous initial condition, we'll use an A stable implicit ODE
with a discontinuous initial condition, we'll use an A-L stable implicit ODE

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably still mention the L-stability, which is the most important property there.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rodas5 is L-stable too? (I just ask as the docs, http://docs.juliadiffeq.org/latest/solvers/ode_solve.html, only say that it is A-stable.)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah it's L-stable, and IIRC it has good B-stability properties as well. We should probably update the docs on that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's good to know! (Haven't read much about those methods before...) I'll put the L-stability back in and regenerate everything tomorrow when I have a chance.

@ChrisRackauckas ChrisRackauckas merged commit 7e46723 into SciML:master Aug 1, 2019
@isaacsas isaacsas deleted the fig-DEBIOII-tutorial branch August 1, 2019 00:44
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