-
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)
b9d635d7Jonas Heinzmann authoredAdd 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