Searched defs:_ISOps (Results 1 – 1 of 1) sorted by relevance
17 struct _ISOps { struct18 PetscErrorCode (*getindices)(IS, const PetscInt *[]);19 PetscErrorCode (*restoreindices)(IS, const PetscInt *[]);20 PetscErrorCode (*invertpermutation)(IS, PetscInt, IS *);21 PetscErrorCode (*sort)(IS);22 PetscErrorCode (*sortremovedups)(IS);23 PetscErrorCode (*sorted)(IS, PetscBool *);24 PetscErrorCode (*duplicate)(IS, IS *);25 PetscErrorCode (*destroy)(IS);26 PetscErrorCode (*view)(IS, PetscViewer);[all …]