Lines Matching refs:PetscSFDestroy
332 for (PetscInt i = 0; i < num_directions; i++) PetscCall(PetscSFDestroy(&face_sfs[i])); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
590 PetscCall(PetscSFDestroy(§ionSF)); in DMPlexCorrectOrientationForIsoperiodic()
686 PetscCall(PetscSFDestroy(&sf_vert_coords)); in DMPlexCorrectOrientationForIsoperiodic()
687 PetscCall(PetscSFDestroy(&sf_face_cones)); in DMPlexCorrectOrientationForIsoperiodic()
848 PetscCall(PetscSFDestroy(&sfNatural_new)); in DMPlexCorrectOrientationForIsoperiodic()
849 PetscCall(PetscSFDestroy(&newglob_to_oldglob_sf)); in DMPlexCorrectOrientationForIsoperiodic()
934 PetscCall(PetscSFDestroy(&sf_closure)); in DMPlexCreateIsoperiodicPointSF_Private()
986 PetscCall(PetscSFDestroy(&csf)); in DMPlexCreateIsoperiodicPointSF_Private()
988 …if (f > 0) PetscCall(PetscSFDestroy(&point_sf)); // Only destroy if point_sf is from previous call… in DMPlexCreateIsoperiodicPointSF_Private()
1079 …for (PetscInt f = 0; f < plex->periodic.num_face_sfs; f++) PetscCall(PetscSFDestroy(&new_face_sfs[… in DMPlexMigrateIsoperiodicFaceSF_Internal()
1306 PetscCall(PetscSFDestroy(&sf)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1462 …for (PetscInt i = 0; i < plex->periodic.num_face_sfs; i++) PetscCall(PetscSFDestroy(&plex->periodi… in DMPlexSetIsoperiodicFaceSF()