Searched refs:TaoBNCGBoundStep (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/bound/impls/bncg/ |
| H A D | bncg.h | 52 PETSC_INTERN PetscErrorCode TaoBNCGBoundStep(Tao, PetscInt, Vec);
|
| H A D | bncg.c | 42 PetscErrorCode TaoBNCGBoundStep(Tao tao, PetscInt asType, Vec step) in TaoBNCGBoundStep() function 917 PetscCall(TaoBNCGBoundStep(tao, cg->as_type, tao->stepdirection)); in TaoBNCGConductIteration() 934 PetscCall(TaoBNCGBoundStep(tao, cg->as_type, tao->stepdirection)); in TaoBNCGConductIteration() 978 PetscCall(TaoBNCGBoundStep(tao, cg->as_type, tao->stepdirection)); in TaoBNCGConductIteration() 999 PetscCall(TaoBNCGBoundStep(tao, cg->as_type, tao->stepdirection)); in TaoBNCGConductIteration()
|