Searched refs:as_type (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/tao/bound/impls/bqnls/ |
| H A D | bqnls.c | 31 PetscCall(TaoBNKBoundStep(tao, bnk->as_type, tao->stepdirection)); in TaoBQNLSComputeStep() 47 …tive set estimation method", "", BNK_AS, BNK_AS_TYPES, BNK_AS[bnk->as_type], &bnk->as_type, NULL)); in TaoSetFromOptions_BQNLS()
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bntl.c | 181 PetscCall(TaoBNKEstimateActiveSet(tao, bnk->as_type)); in TaoSolve_BNTL() 206 PetscCall(TaoBNKEstimateActiveSet(tao, bnk->as_type)); in TaoSolve_BNTL()
|
| H A D | bnk.c | 63 PetscCall(TaoBNKEstimateActiveSet(tao, bnk->as_type)); in TaoBNKInitialize() 243 PetscCall(TaoBNKEstimateActiveSet(tao, bnk->as_type)); in TaoBNKInitialize() 391 PetscCall(TaoBNKEstimateActiveSet(tao, bnk->as_type)); in TaoBNKTakeCGSteps() 412 PetscCall(TaoBNKBoundStep(tao, bnk->as_type, tao->stepdirection)); in TaoBNKComputeStep() 488 PetscCall(TaoBNKBoundStep(tao, bnk->as_type, tao->stepdirection)); in TaoBNKComputeStep() 622 PetscCall(TaoBNKBoundStep(tao, bnk->as_type, tao->stepdirection)); in TaoBNKSafeguardStep() 668 PetscCall(TaoBNKBoundStep(tao, bnk->as_type, tao->stepdirection)); in TaoBNKSafeguardStep() 774 PetscCall(TaoBNKBoundStep(tao, bnk->as_type, tao->stepdirection)); in TaoBNKPerformLineSearch() 1075 …tive set estimation method", "", BNK_AS, BNK_AS_TYPES, BNK_AS[bnk->as_type], &bnk->as_type, NULL)); in TaoSetFromOptions_BNK() 1327 bnk->as_type = BNK_AS_BERTSEKAS; in TaoCreate_BNK()
|
| H A D | bnls.c | 149 PetscCall(TaoBNKEstimateActiveSet(tao, bnk->as_type)); in TaoSolve_BNLS()
|
| H A D | bnk.h | 191 PetscInt as_type; /* Active set estimation method */ member
|
| H A D | bntr.c | 168 PetscCall(TaoBNKEstimateActiveSet(tao, bnk->as_type)); in TaoSolve_BNTR()
|
| /petsc/src/tao/bound/impls/bncg/ |
| H A D | bncg.h | 37 PetscInt as_type; member
|
| H A D | bncg.c | 79 PetscCall(TaoBNCGEstimateActiveSet(tao, cg->as_type)); in TaoSolve_BNCG() 216 … set estimation method", "", CG_AS_TYPE, CG_AS_SIZE, CG_AS_TYPE[cg->as_type], &cg->as_type, NULL)); in TaoSetFromOptions_BNCG() 387 cg->as_type = CG_AS_BERTSEKAS; in TaoCreate_BNCG() 917 PetscCall(TaoBNCGBoundStep(tao, cg->as_type, tao->stepdirection)); in TaoBNCGConductIteration() 934 PetscCall(TaoBNCGBoundStep(tao, cg->as_type, tao->stepdirection)); in TaoBNCGConductIteration() 966 PetscCall(TaoBNCGEstimateActiveSet(tao, cg->as_type)); in TaoBNCGConductIteration() 978 PetscCall(TaoBNCGBoundStep(tao, cg->as_type, tao->stepdirection)); in TaoBNCGConductIteration() 999 PetscCall(TaoBNCGBoundStep(tao, cg->as_type, tao->stepdirection)); in TaoBNCGConductIteration()
|