Searched defs:cnorm (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex3opt_fd.c | 26 PetscReal f, gnorm, cnorm, xdiff; in monitor() local
|
| H A D | ex3opt.c | 28 PetscReal f, gnorm, cnorm, xdiff; in monitor() local
|
| /petsc/src/tao/interface/ |
| H A D | taosolver.c | 2017 PetscReal fmin = tao->fmin, cnorm = tao->cnorm; in TaoDefaultConvergenceTest() local 2464 …utionStatus(Tao tao, PetscInt *its, PetscReal *f, PetscReal *gnorm, PetscReal *cnorm, PetscReal *x… in TaoGetSolutionStatus() 2522 PetscErrorCode TaoMonitor(Tao tao, PetscInt its, PetscReal f, PetscReal res, PetscReal cnorm, Petsc… in TaoMonitor() 2574 …oSetConvergenceHistory(Tao tao, PetscReal obj[], PetscReal resid[], PetscReal cnorm[], PetscInt li… in TaoSetConvergenceHistory() 2633 …oGetConvergenceHistory(Tao tao, PetscReal **obj, PetscReal **resid, PetscReal **cnorm, PetscInt **… in TaoGetConvergenceHistory()
|
| /petsc/src/tao/bound/tutorials/ |
| H A D | jbearing2.c | 430 PetscReal f, gnorm, cnorm, xdiff; in Monitor() local 442 PetscReal f, gnorm, cnorm, xdiff; in ConvergenceTest() local
|
| /petsc/src/tao/pde_constrained/impls/lcl/ |
| H A D | lcl.c | 178 PetscReal cnorm, mnorm; in TaoSolve_LCL() local
|
| /petsc/src/tao/constrained/impls/almm/ |
| H A D | almm.h | 18 PetscReal Lval, fval, gnorm, cnorm, cenorm, cinorm, cnorm_old; /* scalar variables */ member
|
| /petsc/include/petsc/private/ |
| H A D | taoimpl.h | 114 PetscReal cnorm; member 190 …de TaoLogConvergenceHistory(Tao tao, PetscReal obj, PetscReal resid, PetscReal cnorm, PetscInt tot… in TaoLogConvergenceHistory()
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | burgers_spectral.c | 561 PetscReal ff, gnorm, cnorm, xdiff, errex; in FormFunctionGradient() local
|
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | pdipm.c | 551 PetscReal res[2], cnorm[2]; in TaoSNESFunction_PDIPM_residual() local
|