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

Allow derivimplicit to use finite differences. #1444

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 20, 2024

  1. Allow derivimplicit to use finite differences.

    In NOCMODL `derivimplicit` uses finite differences to compute each
    element of the Jacobian. In stead we try to use SymPy, however, if it
    fails, e.g. because it encounters an opaque function, we allow it to use
    a finite difference instead.
    1uc committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    29e6b6c View commit details
    Browse the repository at this point in the history
  2. Add test.

    1uc committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7b9225c View commit details
    Browse the repository at this point in the history
  3. Fixups.

    1uc committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5576cc9 View commit details
    Browse the repository at this point in the history