| /petsc/src/snes/impls/ksponly/ |
| H A D | ksponly.c | 32 PetscReal fnorm; in SNESSolve_KSPONLY() local 62 PetscReal fnorm; in SNESSolve_KSPONLY() local
|
| /petsc/src/snes/impls/ls/ |
| H A D | ls.c | 46 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 D | linesearchbasic.c | 9 PetscReal gnorm, xnorm, ynorm, lambda, fnorm = 0.0; in SNESLineSearchApply_Basic() local
|
| /petsc/src/snes/impls/ncg/ |
| H A D | snesncg.c | 26 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 D | vi.c | 104 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 D | snespc.c | 77 PetscErrorCode SNESGetNPCFunction(SNES snes, Vec F, PetscReal *fnorm) in SNESGetNPCFunction()
|
| H A D | snesut.c | 423 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 D | snesrichardson.c | 29 PetscReal xnorm, fnorm, ynorm; in SNESSolve_NRichardson() local
|
| /petsc/src/snes/impls/composite/ |
| H A D | snescomposite.c | 47 … 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 D | fas.c | 350 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 D | posindep.c | 19 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 D | linesearchbisection.c | 10 PetscReal lambda_left, lambda, lambda_right, lambda_old, fnorm; in SNESLineSearchApply_Bisection() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex5f.F90 | 330 subroutine MySNESConverged(snes, it, xnorm, snorm, fnorm, reason, dummy, ierr) argument
|
| H A D | ex2.c | 341 PetscErrorCode Monitor(SNES snes, PetscInt its, PetscReal fnorm, PetscCtx ctx) in Monitor()
|
| /petsc/src/snes/impls/ngmres/ |
| H A D | anderson.c | 30 PetscReal fnorm, fMnorm, fAnorm; in SNESSolve_Anderson() local
|
| H A D | ngmresfunc.c | 23 …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 D | linesearchimpl.h | 50 PetscReal fnorm; member 111 #define SNESLineSearchCheckFunctionDomainError(snes, ls, fnorm) \ argument
|
| /petsc/src/snes/linesearch/impls/nleqerr/ |
| H A D | linesearchnleqerr.c | 38 PetscReal fnorm, xnorm, ynorm, gnorm, wnorm; in SNESLineSearchApply_NLEQERR() local
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 434 PetscReal fnorm,
|
| /petsc/src/tao/snes/ |
| H A D | taosnes.c | 60 static PetscErrorCode TAOSNESMonitor(SNES snes, PetscInt its, PetscReal fnorm, PetscCtx ctx) in TAOSNESMonitor()
|
| /petsc/src/snes/impls/gs/ |
| H A D | snesgs.c | 219 PetscReal fnorm; in SNESSolve_NGS() local
|
| /petsc/src/snes/impls/ntrdc/ |
| H A D | ntrdc.c | 63 …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 D | linesearchbt.c | 63 PetscReal fnorm, xnorm, ynorm, gnorm; in SNESLineSearchApply_BT() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex7.c | 254 PetscErrorCode MySNESMonitor(SNES snes, PetscInt its, PetscReal fnorm, PetscViewerAndFormat *vf) in MySNESMonitor()
|
| /petsc/src/snes/linesearch/interface/ |
| H A D | linesearch.c | 623 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()
|