Searched refs:SNESNewtonALGetLoadParameter (Results 1 – 7 of 7) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 322.md | 125 …SNESNewtonALGetFunction()`, `SNESNewtonALComputeFunction()`, `SNESNewtonALGetLoadParameter()`, and…
|
| /petsc/src/snes/impls/al/ |
| H A D | al.c | 201 PetscErrorCode SNESNewtonALGetLoadParameter(SNES snes, PetscReal *lambda) in SNESNewtonALGetLoadParameter() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 276 PetscErrorCode SNESNewtonALGetLoadParameter(PetscSNES, PetscReal*)
|
| H A D | SNES.pyx | 2695 petsc.SNESNewtonALGetLoadParameter 2699 CHKERR(SNESNewtonALGetLoadParameter(self.snes, &load))
|
| /petsc/include/ |
| H A D | petscsnes.h | 1371 PETSC_EXTERN PetscErrorCode SNESNewtonALGetLoadParameter(SNES, PetscReal *);
|
| /petsc/src/snes/tutorials/ |
| H A D | ex16.c | 797 PetscCall(SNESNewtonALGetLoadParameter(snes, &user->load_factor)); in TangentLoad()
|
| /petsc/doc/manual/ |
| H A D | snes.md | 498 To accommodate this possibility, we provide the `SNESNewtonALGetLoadParameter()` 520 `SNESSetFunction`, and the user should use `SNESNewtonALGetLoadParameter()` to get
|