Home
last modified time | relevance | path

Searched refs:SNESGetFunctionNorm (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.pxi196 PetscErrorCode SNESGetFunctionNorm(PetscSNES, PetscReal*)
H A DSNES.pyx1860 setFunctionNorm, petsc.SNESGetFunctionNorm
1864 CHKERR(SNESGetFunctionNorm(self.snes, &rval))
/petsc/include/
H A Dpetscsnes.h687 PETSC_EXTERN PetscErrorCode SNESGetFunctionNorm(SNES, PetscReal *);
/petsc/src/snes/interface/
H A Dsnes.c2094 PetscErrorCode SNESGetFunctionNorm(SNES snes, PetscReal *norm) in SNESGetFunctionNorm() function