History log of /petsc/src/snes/linesearch/impls/bisection/makefile (Results 1 – 2 of 2)
Revision Date Author Comments
# 0b3826d4 04-Dec-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jonas-heinzmann/sneslinesearch-addbisection' into 'main'

SNESLineSearch: add bisection line search

See merge request petsc/petsc!8028


# 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 ...