Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1106 PetscInt *remoteOffsets, *cones, *globCones, *newCones, newConesSize; in DMPlexDistributeCones() local
1136 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()