Searched refs:recycle (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/tao/unconstrained/impls/lmvm/ |
| H A D | lmvm.c | 31 if (!lmP->recycle) { in TaoSolve_LMVM() 190 …ing of the BFGS matrix between subsequent TaoSolve() calls", "", lm->recycle, &lm->recycle, NULL)); in TaoSetFromOptions_LMVM() 208 if (lm->recycle) { in TaoView_LMVM() 257 lmP->recycle = PETSC_FALSE; in TaoCreate_LMVM()
|
| H A D | lmvm.h | 24 PetscBool recycle; member
|
| /petsc/src/tao/bound/impls/blmvm/ |
| H A D | blmvm.c | 32 if (!blmP->recycle) { in TaoSolve_BLMVM() 159 …of the BFGS matrix between subsequent TaoSolve() calls", "", blmP->recycle, &blmP->recycle, NULL)); in TaoSetFromOptions_BLMVM() 233 blmP->recycle = PETSC_FALSE; in TaoCreate_BLMVM() 275 lmP->recycle = flg; in TaoLMVMRecycle() 278 blmP->recycle = flg; in TaoLMVMRecycle()
|
| H A D | blmvm.h | 27 PetscBool recycle; member
|
| /petsc/src/tao/interface/ |
| H A D | taosolver.c | 785 PetscErrorCode TaoSetRecycleHistory(Tao tao, PetscBool recycle) in TaoSetRecycleHistory() argument 789 PetscValidLogicalCollectiveBool(tao, recycle, 2); in TaoSetRecycleHistory() 790 tao->recycle = recycle; in TaoSetRecycleHistory() 810 PetscErrorCode TaoGetRecycleHistory(Tao tao, PetscBool *recycle) in TaoGetRecycleHistory() argument 814 PetscAssertPointer(recycle, 2); in TaoGetRecycleHistory() 815 *recycle = tao->recycle; in TaoGetRecycleHistory()
|
| /petsc/include/petsc/private/ |
| H A D | taoimpl.h | 169 PetscBool recycle; member
|
| /petsc/src/tao/bound/impls/bqnk/ |
| H A D | bqnk.c | 71 if (!tao->recycle) { in TaoSolve_BQNK()
|
| /petsc/src/tao/bound/impls/bncg/ |
| H A D | bncg.c | 74 …if (nDiff > 0 || !tao->recycle) PetscCall(TaoComputeObjectiveAndGradient(tao, tao->solution, &cg->… in TaoSolve_BNCG() 105 if (!tao->recycle) { in TaoSolve_BNCG() 447 if (tao->niter >= 1 || tao->recycle) { in TaoBNCGStepDirectionUpdate() 889 if (!(tao->recycle && 0 == tao->niter)) { in TaoBNCGConductIteration()
|
| /petsc/src/tao/constrained/impls/almm/ |
| H A D | almm.c | 21 if (!tao->recycle) { in TaoSolve_ALMM()
|