Home
last modified time | relevance | path

Searched refs:ISType (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/is/is/interface/
H A Disreg.c62 PetscErrorCode ISSetType(IS is, ISType method) in ISSetType()
98 PetscErrorCode ISGetType(IS is, ISType *type) in ISGetType()
/petsc/include/
H A Dpetscis.h35 typedef const char *ISType; typedef
42 PETSC_EXTERN PetscErrorCode ISSetType(IS, ISType);
43 PETSC_EXTERN PetscErrorCode ISGetType(IS, ISType *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi3 ctypedef const char* PetscISType "ISType"
H A DIS.pyx3 class ISType(object): class
24 Type = ISType
327 petsc.ISToGeneral, petsc.ISType
1729 del ISType