Searched defs:snorm (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/snes/interface/ |
| H A D | snesut.c | 146 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 D | snes.c | 4165 PetscErrorCode SNESConverged(SNES snes, PetscInt it, PetscReal xnorm, PetscReal snorm, PetscReal fn… in SNESConverged()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex5f.F90 | 330 subroutine MySNESConverged(snes, it, xnorm, snorm, fnorm, reason, dummy, ierr) argument
|
| H A D | ex30.c | 1229 PetscErrorCode SNESConverged_Interactive(SNES snes, PetscInt it, PetscReal xnorm, PetscReal snorm, … in SNESConverged_Interactive()
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | iterativ.c | 852 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 D | bncg.c | 440 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 D | sr1.c | 279 PetscReal snorm, pnorm; in MatUpdate_LMVMSR1() local
|
| /petsc/src/snes/tests/ |
| H A D | ex20.c | 1641 …snes, PETSC_UNUSED PetscInt it, PETSC_UNUSED PetscReal xnorm, PETSC_UNUSED PetscReal snorm, PETSC_… in TestConvergence()
|
| /petsc/src/snes/impls/composite/ |
| H A D | snescomposite.c | 692 PetscReal fnorm = 0.0, xnorm = 0.0, snorm = 0.0; in SNESSolve_Composite() local
|