Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c3712 PetscInt *slocalPoints = NULL, *sortedPoints = NULL, *sortedIndices = NULL; in DMPlexCreateSubmeshGeneric_Interpolated() local
3859 PetscCall(PetscMalloc1(sl, &slocalPoints)); in DMPlexCreateSubmeshGeneric_Interpolated()
3865 slocalPoints[sl] = p; in DMPlexCreateSubmeshGeneric_Interpolated()
3874 PetscCall(PetscMalloc1(numSubleaves, &slocalPoints)); in DMPlexCreateSubmeshGeneric_Interpolated()
3885 slocalPoints[sl] = subpoint; in DMPlexCreateSubmeshGeneric_Interpolated()
3895 …PetscCall(PetscSFSetGraph(sfPointSub, numSubroots, sl, slocalPoints, PETSC_OWN_POINTER, sremotePoi… in DMPlexCreateSubmeshGeneric_Interpolated()
4093 PetscInt *slocalPoints; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
4137 PetscCall(PetscMalloc1(numSubLeaves, &slocalPoints)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4148 slocalPoints[sl] = subPoint; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4157 …PetscCall(PetscSFSetGraph(sfPointSub, numSubRoots, sl, slocalPoints, PETSC_OWN_POINTER, sremotePoi… in DMPlexCreateCohesiveSubmesh_Uninterpolated()