Searched refs:sfPointNew (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexinterpolate.c | 1412 PetscSF sfMulti, sfClaims, sfPointNew; in DMPlexInterpolatePointSF() local 1494 PetscCall(PetscSFCreate(comm, &sfPointNew)); in DMPlexInterpolatePointSF() 1495 …PetscCall(PetscSFSetGraph(sfPointNew, pEnd - pStart, Nl + NlNew, localPointsNew, PETSC_OWN_POINTER… in DMPlexInterpolatePointSF() 1496 PetscCall(PetscSFSetUp(sfPointNew)); in DMPlexInterpolatePointSF() 1497 PetscCall(DMSetPointSF(dm, sfPointNew)); in DMPlexInterpolatePointSF() 1498 PetscCall(PetscObjectViewFromOptions((PetscObject)sfPointNew, NULL, "-petscsf_interp_view")); in DMPlexInterpolatePointSF() 1499 if (PetscDefined(USE_DEBUG)) PetscCall(DMPlexCheckPointSF(dm, sfPointNew, PETSC_FALSE)); in DMPlexInterpolatePointSF() 1500 PetscCall(PetscSFDestroy(&sfPointNew)); in DMPlexInterpolatePointSF()
|
| H A D | plexsubmesh.c | 736 PetscSF sfPoint, sfPointNew; in DMPlexShiftSF_Internal() local 742 PetscCall(DMGetPointSF(dmNew, &sfPointNew)); in DMPlexShiftSF_Internal() 743 PetscCall(DMPlexShiftSF_Single(dm, depthShift, sfPoint, sfPointNew)); in DMPlexShiftSF_Internal()
|