Searched refs:rootPointsNew (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 2005 PetscInt *rootPointsNew, *remoteOffsets; in DMPlexTransformCreateSF() local 2054 PetscCall(PetscMalloc1(numPointsNew, &rootPointsNew)); in DMPlexTransformCreateSF() 2055 for (p = 0; p < numPointsNew; ++p) rootPointsNew[p] = -1; in DMPlexTransformCreateSF() 2069 rootPointsNew[off + m] = pNew; in DMPlexTransformCreateSF() 2073 PetscCall(PetscSFBcastBegin(rsf, MPIU_INT, rootPointsNew, rootPointsNew, MPI_REPLACE)); in DMPlexTransformCreateSF() 2074 PetscCall(PetscSFBcastEnd(rsf, MPIU_INT, rootPointsNew, rootPointsNew, MPI_REPLACE)); in DMPlexTransformCreateSF() 2092 remotePointsNew[m].index = rootPointsNew[off + q]; in DMPlexTransformCreateSF() 2098 PetscCall(PetscFree(rootPointsNew)); in DMPlexTransformCreateSF()
|