Home
last modified time | relevance | path

Searched refs:SNESANDERSON (Results 1 – 7 of 7) sorted by relevance

/petsc/doc/overview/
H A Dnonlinear_solve_table.md36 - ``SNESANDERSON``
/petsc/src/snes/interface/
H A Dsnesregi.c65 PetscCall(SNESRegister(SNESANDERSON, SNESCreate_Anderson)); in SNESRegisterAll()
/petsc/doc/changes/
H A D34.md200 - Added Anderson Mixing as SNESANDERSON "anderson"
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi21 PetscSNESType SNESANDERSON
H A DSNES.pyx28 ANDERSON = S_(SNESANDERSON)
/petsc/doc/manual/
H A Dsnes.md324 - ``SNESANDERSON``
628 …e gradient (`SNESNCG`), nonlinear GMRES (`SNESNGMRES`), and Anderson Mixing (`SNESANDERSON`). These
654 Anderson Mixing (`SNESANDERSON`) methods combine the last $m$ iterates, plus a new
/petsc/include/
H A Dpetscsnes.h42 #define SNESANDERSON "anderson" macro