Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dtao.h26 PetscErrorCode TaoBNCGGetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoBNCGType *type) {PetscTaoError;} in TaoBNCGGetType() function
/petsc/include/
H A Dpetsctao.h517 PETSC_EXTERN PetscErrorCode TaoBNCGGetType(Tao, TaoBNCGType *);
/petsc/doc/changes/
H A D320.md201 - Add `TAOBNCG`, `TaoBNCGGetType()` and `TaoBNCGSetType()`
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi163 PetscErrorCode TaoBNCGGetType(PetscTAO, PetscTAOBNCGType*)
H A DTAO.pyx1576 setBNCGType, petsc.TaoBNCGGetType
1580 CHKERR(TaoBNCGGetType(self.tao, &cg_type))
/petsc/src/tao/bound/impls/bncg/
H A Dbncg.c1034 PetscErrorCode TaoBNCGGetType(Tao tao, TaoBNCGType *type) in TaoBNCGGetType() function