Home
last modified time | relevance | path

Searched refs:TaoBNCGSetType (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dtao.h25 PetscErrorCode TaoBNCGSetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoBNCGType type) {PetscTaoError;} in TaoBNCGSetType() function
/petsc/doc/changes/
H A D320.md201 - Add `TAOBNCG`, `TaoBNCGGetType()` and `TaoBNCGSetType()`
/petsc/include/
H A Dpetsctao.h516 PETSC_EXTERN PetscErrorCode TaoBNCGSetType(Tao, TaoBNCGType);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi164 PetscErrorCode TaoBNCGSetType(PetscTAO, PetscTAOBNCGType)
H A DTAO.pyx1563 getBNCGType, petsc.TaoBNCGSetType
1567 CHKERR(TaoBNCGSetType(self.tao, ctype))
/petsc/src/tao/bound/impls/bncg/
H A Dbncg.c1057 PetscErrorCode TaoBNCGSetType(Tao tao, TaoBNCGType type) in TaoBNCGSetType() function