Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/utils/
H A Disdiff.c748 ISGlobalToLocalMappingMode gtoltype = IS_GTOLM_DROP; in ISEmbed() local
760 if (!drop) gtoltype = IS_GTOLM_MASK; in ISEmbed()
761 PetscCall(ISGlobalToLocalMappingApply(ltog, gtoltype, alen, aindices, &clen, cindices)); in ISEmbed()