Searched refs:sfNew (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 1994 PetscSF sf, sfNew; in DMPlexTransformCreateSF() local 2013 PetscCall(DMGetPointSF(rdm, &sfNew)); in DMPlexTransformCreateSF() 2124 …PetscCall(PetscSFSetGraph(sfNew, pEndNew - pStartNew, numLeavesNew, localPointsNew, PETSC_OWN_POIN… in DMPlexTransformCreateSF()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 703 static PetscErrorCode DMPlexShiftSF_Single(DM dm, PetscInt depthShift[], PetscSF sf, PetscSF sfNew) in DMPlexShiftSF_Single() argument 729 …PetscCall(PetscSFSetGraph(sfNew, numRoots + totShift, numLeaves, glocalPoints, PETSC_OWN_POINTER, … in DMPlexShiftSF_Single()
|