Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dtao.h31 PetscErrorCode TaoALMMSetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoALMMType type) {PetscTaoError;} in TaoALMMSetType() function
/petsc/src/tao/constrained/impls/almm/
H A Dalmmutils.c48 PetscErrorCode TaoALMMSetType(Tao tao, TaoALMMType type) in TaoALMMSetType() function
/petsc/include/
H A Dpetsctao.h543 PETSC_EXTERN PetscErrorCode TaoALMMSetType(Tao, TaoALMMType);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi204 PetscErrorCode TaoALMMSetType(PetscTAO, PetscTAOALMMType)
H A DTAO.pyx1785 getALMMType, petsc.TaoALMMSetType
1789 CHKERR(TaoALMMSetType(self.tao, ctype))