Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D322.md125 …SNESNewtonALGetFunction()`, `SNESNewtonALComputeFunction()`, `SNESNewtonALGetLoadParameter()`, and…
/petsc/src/snes/impls/al/
H A Dal.c201 PetscErrorCode SNESNewtonALGetLoadParameter(SNES snes, PetscReal *lambda) in SNESNewtonALGetLoadParameter() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi276 PetscErrorCode SNESNewtonALGetLoadParameter(PetscSNES, PetscReal*)
H A DSNES.pyx2695 petsc.SNESNewtonALGetLoadParameter
2699 CHKERR(SNESNewtonALGetLoadParameter(self.snes, &load))
/petsc/include/
H A Dpetscsnes.h1371 PETSC_EXTERN PetscErrorCode SNESNewtonALGetLoadParameter(SNES, PetscReal *);
/petsc/src/snes/tutorials/
H A Dex16.c797 PetscCall(SNESNewtonALGetLoadParameter(snes, &user->load_factor)); in TangentLoad()
/petsc/doc/manual/
H A Dsnes.md498 To accommodate this possibility, we provide the `SNESNewtonALGetLoadParameter()`
520 `SNESSetFunction`, and the user should use `SNESNewtonALGetLoadParameter()` to get