Home
last modified time | relevance | path

Searched defs:fnorm (Results 1 – 25 of 55) sorted by relevance

123

/petsc/src/snes/impls/ksponly/
H A Dksponly.c32 PetscReal fnorm; in SNESSolve_KSPONLY() local
62 PetscReal fnorm; in SNESSolve_KSPONLY() local
/petsc/src/snes/impls/ls/
H A Dls.c46 static PetscErrorCode SNESNEWTONLSCheckLocalMin_Private(SNES snes, Mat A, Vec F, PetscReal fnorm, P… in SNESNEWTONLSCheckLocalMin_Private()
129 PetscReal fnorm, xnorm, ynorm; in SNESSolve_NEWTONLS() 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/vi/
H A Dvi.c104 PetscReal rnorm, fnorm, zerotolerance = snes->vizerotolerance; in SNESMonitorVI() local
152 PetscErrorCode SNESVICheckLocalMin_Private(SNES snes, Mat A, Vec F, Vec W, PetscReal fnorm, PetscBo… in SNESVICheckLocalMin_Private()
192 …ault_VI(SNES snes, PetscInt it, PetscReal xnorm, PetscReal gradnorm, PetscReal fnorm, SNESConverge… in SNESConvergedDefault_VI()
323 PetscErrorCode SNESVIComputeInactiveSetFnorm(SNES snes, Vec F, Vec X, PetscReal *fnorm) in SNESVIComputeInactiveSetFnorm()
/petsc/src/snes/interface/
H A Dsnespc.c77 PetscErrorCode SNESGetNPCFunction(SNES snes, Vec F, PetscReal *fnorm) in SNESGetNPCFunction()
H A Dsnesut.c423 PetscErrorCode SNESMonitorJacUpdateSpectrum(SNES snes, PetscInt it, PetscReal fnorm, PetscViewerAnd… in SNESMonitorJacUpdateSpectrum()
737 …gedDefault(SNES snes, PetscInt it, PetscReal xnorm, PetscReal snorm, PetscReal fnorm, SNESConverge… in SNESConvergedDefault()
802 …vergedSkip(SNES snes, PetscInt it, PetscReal xnorm, PetscReal snorm, PetscReal fnorm, SNESConverge… in SNESConvergedSkip()
/petsc/src/snes/impls/richardson/
H A Dsnesrichardson.c29 PetscReal xnorm, fnorm, ynorm; in SNESSolve_NRichardson() local
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c47 … PetscErrorCode SNESCompositeApply_Multiplicative(SNES snes, Vec X, Vec B, Vec F, PetscReal *fnorm) in SNESCompositeApply_Multiplicative()
111 static PetscErrorCode SNESCompositeApply_Additive(SNES snes, Vec X, Vec B, Vec F, PetscReal *fnorm) in SNESCompositeApply_Additive()
184 …PetscErrorCode SNESCompositeApply_AdditiveOptimal(SNES snes, Vec X, Vec B, Vec F, PetscReal *fnorm) in SNESCompositeApply_AdditiveOptimal()
692 PetscReal fnorm = 0.0, xnorm = 0.0, snorm = 0.0; in SNESSolve_Composite() local
/petsc/src/snes/impls/fas/
H A Dfas.c350 static PetscErrorCode SNESFASDownSmooth_Private(SNES snes, Vec B, Vec X, Vec F, PetscReal *fnorm) in SNESFASDownSmooth_Private()
385 static PetscErrorCode SNESFASUpSmooth_Private(SNES snes, Vec B, Vec X, Vec F, PetscReal *fnorm) in SNESFASUpSmooth_Private()
624 PetscReal xnorm, fnorm, ynorm; in SNESFASCycle_Additive() local
817 PetscReal fnorm; in SNESSolve_FAS() local
/petsc/src/ts/impls/pseudo/
H A Dposindep.c19 PetscReal fnorm_initial, fnorm; /* original and current norm of F(u) */ member
59 PetscErrorCode TSPseudoComputeFunction(TS ts, Vec solution, Vec *residual, PetscReal *fnorm) in TSPseudoComputeFunction()
87 PetscReal next_time_step = ts->time_step, fnorm; in TSStep_Pseudo() local
337 PetscReal inc = pseudo->dt_increment, fnorm; in TSPseudoTimeStepDefault() local
/petsc/src/snes/linesearch/impls/bisection/
H A Dlinesearchbisection.c10 PetscReal lambda_left, lambda, lambda_right, lambda_old, fnorm; in SNESLineSearchApply_Bisection() local
/petsc/src/snes/tutorials/
H A Dex5f.F90330 subroutine MySNESConverged(snes, it, xnorm, snorm, fnorm, reason, dummy, ierr) argument
H A Dex2.c341 PetscErrorCode Monitor(SNES snes, PetscInt its, PetscReal fnorm, PetscCtx ctx) in Monitor()
/petsc/src/snes/impls/ngmres/
H A Danderson.c30 PetscReal fnorm, fMnorm, fAnorm; in SNESSolve_Anderson() local
H A Dngmresfunc.c23 …ESNGMRESUpdateSubspace_Private(SNES snes, PetscInt ivec, PetscInt l, Vec F, PetscReal fnorm, Vec X) in SNESNGMRESUpdateSubspace_Private()
163 … objmin, PetscReal dminnorm, Vec X, Vec F, Vec Y, PetscReal *xnorm, PetscReal *fnorm, PetscReal *y… in SNESNGMRESSelect_Private()
/petsc/include/petsc/private/
H A Dlinesearchimpl.h50 PetscReal fnorm; member
111 #define SNESLineSearchCheckFunctionDomainError(snes, ls, fnorm) \ argument
/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.pxi434 PetscReal fnorm,
/petsc/src/tao/snes/
H A Dtaosnes.c60 static PetscErrorCode TAOSNESMonitor(SNES snes, PetscInt its, PetscReal fnorm, PetscCtx ctx) in TAOSNESMonitor()
/petsc/src/snes/impls/gs/
H A Dsnesgs.c219 PetscReal fnorm; in SNESSolve_NGS() local
/petsc/src/snes/impls/ntrdc/
H A Dntrdc.c63 …ed_Private(SNES snes, PetscInt it, PetscReal xnorm, PetscReal pnorm, PetscReal fnorm, SNESConverge… 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/ts/tutorials/
H A Dex7.c254 PetscErrorCode MySNESMonitor(SNES snes, PetscInt its, PetscReal fnorm, PetscViewerAndFormat *vf) in MySNESMonitor()
/petsc/src/snes/linesearch/interface/
H A Dlinesearch.c623 PetscErrorCode SNESLineSearchApply(SNESLineSearch linesearch, Vec X, Vec F, PetscReal *fnorm, Vec Y) in SNESLineSearchApply()
1355 PetscErrorCode SNESLineSearchGetNorms(SNESLineSearch linesearch, PetscReal *xnorm, PetscReal *fnorm in SNESLineSearchGetNorms()
1383 PetscErrorCode SNESLineSearchSetNorms(SNESLineSearch linesearch, PetscReal xnorm, PetscReal fnorm, … in SNESLineSearchSetNorms()

123