Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/utils/
H A Disdiff.c750 const PetscInt *aindices; in ISEmbed() local
758 PetscCall(ISGetIndices(a, &aindices)); in ISEmbed()
761 PetscCall(ISGlobalToLocalMappingApply(ltog, gtoltype, alen, aindices, &clen, cindices)); in ISEmbed()
762 PetscCall(ISRestoreIndices(a, &aindices)); in ISEmbed()