Searched refs:newConesSize (Results 1 – 1 of 1) sorted by relevance
1106 PetscInt *remoteOffsets, *cones, *globCones, *newCones, newConesSize; in DMPlexDistributeCones() local1136 PetscCall(PetscSectionGetStorageSize(newConeSection, &newConesSize)); in DMPlexDistributeCones()1137 …PetscCall(ISGlobalToLocalMappingApplyBlock(renumbering, IS_GTOLM_MASK, newConesSize, newCones, NUL… in DMPlexDistributeCones()1141 for (p = 0; p < newConesSize; ++p) { in DMPlexDistributeCones()