Skip to content
  • Jonas Heinzmann's avatar
    b9d635d7
    SNESLineSearch: add bisection line search · b9d635d7
    Jonas Heinzmann authored
    Add new bisection line search for SNES, which proves to be useful for highly non-linear problems. The line search assumes that F(X) = grad G(X) and seeks to find the root in the directional derivative through bisection.
    (tested in snes/tutorials/ex99)
    b9d635d7
    SNESLineSearch: add bisection line search
    Jonas Heinzmann authored
    Add new bisection line search for SNES, which proves to be useful for highly non-linear problems. The line search assumes that F(X) = grad G(X) and seeks to find the root in the directional derivative through bisection.
    (tested in snes/tutorials/ex99)
Loading