Home
last modified time | relevance | path

Searched refs:SNESGetSolutionNorm (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscsnes.h689 PETSC_EXTERN PetscErrorCode SNESGetSolutionNorm(SNES, PetscReal *);
/petsc/src/snes/interface/
H A Dsnes.c2145 PetscErrorCode SNESGetSolutionNorm(SNES snes, PetscReal *xnorm) in SNESGetSolutionNorm() function