Home
last modified time | relevance | path

Searched refs:TaoALMMType (Results 1 – 5 of 5) sorted by relevance

/petsc/src/tao/constrained/impls/almm/
H A Dalmm.h7 TaoALMMType type; /* subsolver objective type */
24 PETSC_INTERN PetscErrorCode TaoALMMGetType_Private(Tao, TaoALMMType *);
25 PETSC_INTERN PetscErrorCode TaoALMMSetType_Private(Tao, TaoALMMType);
H A Dalmmutils.c19 PetscErrorCode TaoALMMGetType(Tao tao, TaoALMMType *type) in TaoALMMGetType()
24 PetscUseMethod(tao, "TaoALMMGetType_C", (Tao, TaoALMMType *), (tao, type)); in TaoALMMGetType()
28 PetscErrorCode TaoALMMGetType_Private(Tao tao, TaoALMMType *type) in TaoALMMGetType_Private()
48 PetscErrorCode TaoALMMSetType(Tao tao, TaoALMMType type) in TaoALMMSetType()
52 PetscTryMethod(tao, "TaoALMMSetType_C", (Tao, TaoALMMType), (tao, type)); in TaoALMMSetType()
56 PetscErrorCode TaoALMMSetType_Private(Tao tao, TaoALMMType type) in TaoALMMSetType_Private()
/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dtao.h30 PetscErrorCode TaoALMMGetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoALMMType *type) {PetscTaoError;} in TaoALMMGetType()
31 PetscErrorCode TaoALMMSetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoALMMType type) {PetscTaoError;} in TaoALMMSetType()
/petsc/include/
H A Dpetsctao.h141 } TaoALMMType; typedef
542 PETSC_EXTERN PetscErrorCode TaoALMMGetType(Tao, TaoALMMType *);
543 PETSC_EXTERN PetscErrorCode TaoALMMSetType(Tao, TaoALMMType);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi93 ctypedef enum PetscTAOALMMType "TaoALMMType":