Home
last modified time | relevance | path

Searched refs:TaoBNKComputeStep (Results 1 – 3 of 3) sorted by relevance

/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h245 PETSC_INTERN PetscErrorCode TaoBNKComputeStep(Tao, PetscBool, KSPConvergedReason *, PetscInt *);
H A Dbnk.c399 PetscErrorCode TaoBNKComputeStep(Tao tao, PetscBool shift, KSPConvergedReason *ksp_reason, PetscInt… in TaoBNKComputeStep() function
1253 bnk->computestep = TaoBNKComputeStep; in TaoCreate_BNK()
/petsc/src/tao/bound/impls/bqnk/
H A Dbqnk.c53 PetscCall(TaoBNKComputeStep(tao, shift, ksp_reason, step_type)); in TaoBQNKComputeStep()