Home
last modified time | relevance | path

Searched defs:snorm (Results 1 – 9 of 9) sorted by relevance

/petsc/src/snes/interface/
H A Dsnesut.c146 PetscReal snorm; in KSPMonitorSNESResidual() local
202 PetscReal snorm; in KSPMonitorSNESResidualDrawLG() local
737 PetscErrorCode SNESConvergedDefault(SNES snes, PetscInt it, PetscReal xnorm, PetscReal snorm, Petsc… in SNESConvergedDefault()
802 PetscErrorCode SNESConvergedSkip(SNES snes, PetscInt it, PetscReal xnorm, PetscReal snorm, PetscRea… in SNESConvergedSkip()
H A Dsnes.c4165 PetscErrorCode SNESConverged(SNES snes, PetscInt it, PetscReal xnorm, PetscReal snorm, PetscReal fn… in SNESConverged()
/petsc/src/snes/tutorials/
H A Dex5f.F90330 subroutine MySNESConverged(snes, it, xnorm, snorm, fnorm, reason, dummy, ierr) argument
H A Dex30.c1229 PetscErrorCode SNESConverged_Interactive(SNES snes, PetscInt it, PetscReal xnorm, PetscReal snorm, … in SNESConverged_Interactive()
/petsc/src/ksp/ksp/interface/
H A Diterativ.c852 PetscReal snorm; in KSPMonitorSolution() local
942 PetscReal snorm, x, y; in KSPMonitorSolutionDrawLG() local
1542 PetscReal snorm = 0.0; in KSPConvergedDefault() local
/petsc/src/tao/bound/impls/bncg/
H A Dbncg.c440 PetscReal tmp = 1.0, ynorm, ynorm2 = 1.0, snorm = 1.0, dk_yk = 1.0, gd; in TaoBNCGStepDirectionUpdate() local
/petsc/src/ksp/ksp/utils/lmvm/sr1/
H A Dsr1.c279 PetscReal snorm, pnorm; in MatUpdate_LMVMSR1() local
/petsc/src/snes/tests/
H A Dex20.c1641 …snes, PETSC_UNUSED PetscInt it, PETSC_UNUSED PetscReal xnorm, PETSC_UNUSED PetscReal snorm, PETSC_… in TestConvergence()
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c692 PetscReal fnorm = 0.0, xnorm = 0.0, snorm = 0.0; in SNESSolve_Composite() local