Home
last modified time | relevance | path

Searched refs:as_type (Results 1 – 8 of 8) sorted by relevance

/petsc/src/tao/bound/impls/bqnls/
H A Dbqnls.c31 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 Dbntl.c181 PetscCall(TaoBNKEstimateActiveSet(tao, bnk->as_type)); in TaoSolve_BNTL()
206 PetscCall(TaoBNKEstimateActiveSet(tao, bnk->as_type)); in TaoSolve_BNTL()
H A Dbnk.c63 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 Dbnls.c149 PetscCall(TaoBNKEstimateActiveSet(tao, bnk->as_type)); in TaoSolve_BNLS()
H A Dbnk.h191 PetscInt as_type; /* Active set estimation method */ member
H A Dbntr.c168 PetscCall(TaoBNKEstimateActiveSet(tao, bnk->as_type)); in TaoSolve_BNTR()
/petsc/src/tao/bound/impls/bncg/
H A Dbncg.h37 PetscInt as_type; member
H A Dbncg.c79 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()