Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/utils/
H A Disdiff.c749 PetscInt alen, clen, *cindices, *cindices2; in ISEmbed() local
765 cindices2 = cindices; in ISEmbed()
767 PetscCall(PetscArraycpy(cindices, cindices2, clen)); in ISEmbed()
768 PetscCall(PetscFree(cindices2)); in ISEmbed()