Home
last modified time | relevance | path

Searched refs:infoc (Results 1 – 4 of 4) sorted by relevance

/petsc/src/tao/linesearch/impls/morethuente/
H A Dmorethuente.c129 … <= ls->rtol * ls->stepmax)) || (ls->nfeval + ls->nfgeval >= ls->max_funcs - 1) || mt->infoc == 0)) in TaoLineSearchApply_MT()
196 if ((mt->bracket && (ls->step <= ls->stepmin || ls->step >= ls->stepmax)) || !mt->infoc) { in TaoLineSearchApply_MT()
290 ctx->infoc = 1; in TaoLineSearchCreate_MT()
371 mtP->infoc = 0; in Tao_mcstep()
385 mtP->infoc = 1; in Tao_mcstep()
408 mtP->infoc = 2; in Tao_mcstep()
434 mtP->infoc = 3; in Tao_mcstep()
465 mtP->infoc = 4; in Tao_mcstep()
H A Dmorethuente.h5 PetscInt infoc; member
/petsc/src/tao/linesearch/impls/gpcglinesearch/
H A Dgpcglinesearch.h9 PetscInt infoc; member
H A Dgpcglinesearch.c204 neP->infoc = 1; in TaoLineSearchCreate_GPCG()