Searched refs:computestep (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/tao/bound/impls/bqnls/ |
| H A D | bqnls.c | 95 bnk->computestep = TaoBQNLSComputeStep; in TaoCreate_BQNLS()
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnls.c | 124 PetscCall((*bnk->computestep)(tao, shift, &ksp_reason, &stepType)); in TaoSolve_BNLS()
|
| H A D | bnk.h | 15 PetscErrorCode (*computestep)(Tao, PetscBool, KSPConvergedReason *, PetscInt *); member
|
| H A D | bntr.c | 136 PetscCall((*bnk->computestep)(tao, shift, &ksp_reason, &stepType)); in TaoSolve_BNTR()
|
| H A D | bntl.c | 143 PetscCall((*bnk->computestep)(tao, shift, &ksp_reason, &stepType)); in TaoSolve_BNTL()
|
| H A D | bnk.c | 1253 bnk->computestep = TaoBNKComputeStep; in TaoCreate_BNK()
|
| /petsc/src/tao/bound/impls/bqnk/ |
| H A D | bqnk.c | 172 bnk->computestep = TaoBQNKComputeStep; in TaoCreate_BQNK()
|