Home
last modified time | relevance | path

Searched refs:computestep (Results 1 – 7 of 7) sorted by relevance

/petsc/src/tao/bound/impls/bqnls/
H A Dbqnls.c95 bnk->computestep = TaoBQNLSComputeStep; in TaoCreate_BQNLS()
/petsc/src/tao/bound/impls/bnk/
H A Dbnls.c124 PetscCall((*bnk->computestep)(tao, shift, &ksp_reason, &stepType)); in TaoSolve_BNLS()
H A Dbnk.h15 PetscErrorCode (*computestep)(Tao, PetscBool, KSPConvergedReason *, PetscInt *); member
H A Dbntr.c136 PetscCall((*bnk->computestep)(tao, shift, &ksp_reason, &stepType)); in TaoSolve_BNTR()
H A Dbntl.c143 PetscCall((*bnk->computestep)(tao, shift, &ksp_reason, &stepType)); in TaoSolve_BNTL()
H A Dbnk.c1253 bnk->computestep = TaoBNKComputeStep; in TaoCreate_BNK()
/petsc/src/tao/bound/impls/bqnk/
H A Dbqnk.c172 bnk->computestep = TaoBQNKComputeStep; in TaoCreate_BQNK()