Home
last modified time | relevance | path

Searched refs:SNESSetFunctionNorm (Results 1 – 5 of 5) sorted by relevance

/petsc/doc/changes/
H A D35.md122 - `SNESSetFunctionNorm()` and `SNESGetFunctionNorm()` removed.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi195 PetscErrorCode SNESSetFunctionNorm(PetscSNES, PetscReal)
H A DSNES.pyx1847 getFunctionNorm, petsc.SNESSetFunctionNorm
1851 CHKERR(SNESSetFunctionNorm(self.snes, rval))
/petsc/include/
H A Dpetscsnes.h686 PETSC_EXTERN PetscErrorCode SNESSetFunctionNorm(SNES, PetscReal);
/petsc/src/snes/interface/
H A Dsnes.c2071 PetscErrorCode SNESSetFunctionNorm(SNES snes, PetscReal norm) in SNESSetFunctionNorm() function