Home
last modified time | relevance | path

Searched refs:ISToGeneral (Results 1 – 8 of 8) sorted by relevance

/petsc/src/vec/is/is/tests/
H A Dex4.c16 PetscCall(ISToGeneral(is)); in main()
/petsc/src/vec/is/ao/interface/
H A Dao.c139 PetscCall(ISToGeneral(is)); in AOPetscToApplicationIS()
182 PetscCall(ISToGeneral(is)); in AOApplicationToPetscIS()
/petsc/src/vec/is/tests/
H A Dex2.c98 PetscCall(ISToGeneral(isx[i])); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi59 PetscErrorCode ISToGeneral(PetscIS)
H A DIS.pyx327 petsc.ISToGeneral, petsc.ISType
330 CHKERR(ISToGeneral(self.iset))
/petsc/include/
H A Dpetscis.h118 PETSC_EXTERN PetscErrorCode ISToGeneral(IS);
/petsc/doc/changes/
H A D32.md78 - ISStrideToGeneral() is replaced with ISToGeneral() that works for
/petsc/src/vec/is/is/interface/
H A Dindex.c1737 PetscErrorCode ISToGeneral(IS is) in ISToGeneral() function