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

Implement implicit Crank Nicolson method (trapezoidal rule) #10

Open
jam31118 opened this issue Feb 14, 2019 · 0 comments
Open

Implement implicit Crank Nicolson method (trapezoidal rule) #10

jam31118 opened this issue Feb 14, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jam31118
Copy link
Owner

Although it is A-stable (whereas the implicit Euler method is known L-stable, which is better), it is known as 2nd order method, which is better than 1st order method such as implicit Euler.

For the equation, see, e.g. here.

@jam31118 jam31118 added the enhancement New feature or request label Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant