Home
last modified time | relevance | path

Searched defs:xnorm (Results 1 – 25 of 40) sorted by relevance

12

/petsc/src/mat/tests/
H A Dex185.c11 PetscReal xnorm, ynorm, anorm; in main() local
/petsc/src/snes/linesearch/impls/basic/
H A Dlinesearchbasic.c9 PetscReal gnorm, xnorm, ynorm, lambda, fnorm = 0.0; in SNESLineSearchApply_Basic() local
/petsc/src/snes/impls/ncg/
H A Dsnesncg.c26 PetscReal *fnorm, *xnorm, *ynorm; in SNESLineSearchApply_NCGLinear() local
181 PetscReal fnorm, ynorm, xnorm, beta = 0.0; in SNESSolve_NCG() local
/petsc/src/snes/impls/richardson/
H A Dsnesrichardson.c29 PetscReal xnorm, fnorm, ynorm; in SNESSolve_NRichardson() local
/petsc/src/snes/tutorials/
H A Dex5f.F90330 subroutine MySNESConverged(snes, it, xnorm, snorm, fnorm, reason, dummy, ierr) argument
/petsc/src/snes/linesearch/impls/cp/
H A Dlinesearchcp.c9 PetscReal xnorm, ynorm, gnorm, minlambda, maxlambda, rtol, atol, ltol; in SNESLineSearchApply_CP() local
/petsc/src/snes/linesearch/impls/secant/
H A Dlinesearchsecant.c15 PetscReal xnorm; in SNESLineSearchApply_Secant() local
/petsc/src/snes/impls/ngmres/
H A Danderson.c31 PetscReal xnorm, ynorm; in SNESSolve_Anderson() local
H A Dsnesngmres.c136 PetscReal xnorm, xMnorm, xAnorm; in SNESSolve_NGMRES() local
H A Dngmresfunc.c163 …l dnorm, PetscReal objmin, PetscReal dminnorm, Vec X, Vec F, Vec Y, PetscReal *xnorm, PetscReal *f… in SNESNGMRESSelect_Private()
/petsc/src/snes/impls/ls/
H A Dls.c129 PetscReal fnorm, xnorm, ynorm; in SNESSolve_NEWTONLS() local
/petsc/src/snes/linesearch/impls/nleqerr/
H A Dlinesearchnleqerr.c38 PetscReal fnorm, xnorm, ynorm, gnorm, wnorm; in SNESLineSearchApply_NLEQERR() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi432 PetscReal xnorm,
/petsc/src/snes/impls/ntrdc/
H A Dntrdc.c63 static PetscErrorCode SNESTRDC_Converged_Private(SNES snes, PetscInt it, PetscReal xnorm, PetscReal… in SNESTRDC_Converged_Private()
302 …PetscReal rho, fnorm, gnorm, xnorm = 0, delta, ynorm, temp_xnorm, temp_ynorm; /*… in SNESSolve_NEWTONTRDC() local
/petsc/src/snes/linesearch/impls/bt/
H A Dlinesearchbt.c63 PetscReal fnorm, xnorm, ynorm, gnorm; in SNESLineSearchApply_BT() local
/petsc/src/tao/leastsquares/impls/pounders/
H A Dgqt.c220 …anorm, bnorm, parc, parf, parl, pars, par = *retpar, paru, prod, rxnorm, rznorm = 0.0, temp, xnorm; in gqt() local
/petsc/src/snes/interface/
H A Dsnesut.c737 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()
/petsc/src/ksp/ksp/impls/qcg/
H A Dqcg.c149 PetscReal q1, q2, xnorm, step1, step2, rnrm = 0.0, btx, xtax; in KSPSolve_QCG() local
/petsc/src/snes/impls/vi/ss/
H A Dviss.c200 PetscReal gnorm, xnorm = 0, ynorm; in SNESSolve_VINEWTONSSLS() local
/petsc/src/snes/impls/qn/
H A Dqn.c68 PetscReal fnorm, xnorm, ynorm; in SNESSolve_QN() local
/petsc/include/petsc/private/
H A Dlinesearchimpl.h52 PetscReal xnorm; member
/petsc/src/snes/linesearch/interface/
H A Dlinesearch.c1355 PetscErrorCode SNESLineSearchGetNorms(SNESLineSearch linesearch, PetscReal *xnorm, PetscReal *fnorm… in SNESLineSearchGetNorms()
1383 PetscErrorCode SNESLineSearchSetNorms(SNESLineSearch linesearch, PetscReal xnorm, PetscReal fnorm, … in SNESLineSearchSetNorms()
/petsc/src/snes/impls/tr/
H A Dtr.c86 static PetscErrorCode SNESTR_Converged_Private(SNES snes, PetscInt it, PetscReal xnorm, PetscReal p… in SNESTR_Converged_Private()
490 PetscReal rho, fnorm, gnorm = 0.0, xnorm = 0.0, delta, ynorm; in SNESSolve_NEWTONTR() local
/petsc/src/snes/impls/al/
H A Dal.c287 PetscReal fnorm, xnorm, ynorm, stepSize; in SNESSolve_NEWTONAL() local
/petsc/src/ksp/ksp/tests/
H A Dex14.c90 PetscReal fnorm, ynorm, xnorm; /* various vector norms */ in main() local

12