| #
b9d635d7
|
| 23-Nov-2024 |
Jonas Heinzmann <jheinzmann@ethz.ch> |
SNESLineSearch: add bisection line search
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
SNESLineSearch: add bisection line search
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)
show more ...
|