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

Multidimensional Newton operator #8

Closed
wants to merge 8 commits into from

Commits on May 12, 2017

  1. Configuration menu
    Copy the full SHA
    b569150 View commit details
    Browse the repository at this point in the history
  2. Add 2D Newton operator.

    It is meant to be used for IntervalBoxes that are quite narrow. In the future, inv should be replaced by Gauss-Seidel
    dpsanders committed May 12, 2017
    Configuration menu
    Copy the full SHA
    ec2756e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91c7ab2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8d9abc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51cca1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    410c9f5 View commit details
    Browse the repository at this point in the history
  7. Fix type instability in Newton 1D operator;

    add version without derivative specified
    dpsanders committed May 12, 2017
    Configuration menu
    Copy the full SHA
    8006b70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8595a51 View commit details
    Browse the repository at this point in the history