Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Disltog.c1224 PetscSFNode *newsfnode; in ISLocalToGlobalMappingSetUpBlockInfo_Private() local
1280 PetscCall(PetscMalloc1(newnleaves, &newsfnode)); in ISLocalToGlobalMappingSetUpBlockInfo_Private()
1283 newsfnode[m].rank = sfnode[i].rank; in ISLocalToGlobalMappingSetUpBlockInfo_Private()
1284 newsfnode[m].index = leafdata[2 * i + 1] + j; in ISLocalToGlobalMappingSetUpBlockInfo_Private()
1298 …PetscCall(PetscSFSetGraph(sf2, mnroots, newnleaves, NULL, PETSC_OWN_POINTER, newsfnode, PETSC_OWN_… in ISLocalToGlobalMappingSetUpBlockInfo_Private()