Home
last modified time | relevance | path

Searched defs:_ISOps (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Disimpl.h17 struct _ISOps { struct
18 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 …]