| /petsc/src/vec/is/sf/tests/ |
| H A D | ex1.c | 70 PetscCall(PetscSFDestroy(&sf)); in main() 76 PetscCall(PetscSFDestroy(&sf)); in main() 82 PetscCall(PetscSFDestroy(&sf)); in main() 90 PetscCall(PetscSFDestroy(&sf)); in main() 97 PetscCall(PetscSFDestroy(&sf)); in main() 105 PetscCall(PetscSFDestroy(&sf)); in main() 114 PetscCall(PetscSFDestroy(&sf)); in main() 122 PetscCall(PetscSFDestroy(&sf)); in main() 127 PetscCall(PetscSFDestroy(&sf)); in main() 133 PetscCall(PetscSFDestroy(&sf)); in main() [all …]
|
| H A D | ex10.c | 76 PetscCall(PetscSFDestroy(&sfC)); in main() 85 PetscCall(PetscSFDestroy(&sfC)); in main() 94 PetscCall(PetscSFDestroy(&sfC)); in main() 96 PetscCall(PetscSFDestroy(&sfA0)); in main() 97 PetscCall(PetscSFDestroy(&sfA1)); in main() 98 PetscCall(PetscSFDestroy(&sfA2)); in main() 99 PetscCall(PetscSFDestroy(&sfB)); in main()
|
| H A D | ex5.c | 71 PetscCall(PetscSFDestroy(&vsf)); in TestVector() 230 PetscCall(PetscSFDestroy(&sfA)); in main() 231 PetscCall(PetscSFDestroy(&sfB)); in main() 232 PetscCall(PetscSFDestroy(&sfBA)); in main() 233 PetscCall(PetscSFDestroy(&sfAm)); in main() 234 PetscCall(PetscSFDestroy(&sfBm)); in main() 235 PetscCall(PetscSFDestroy(&sfAAm)); in main() 236 PetscCall(PetscSFDestroy(&sfBBm)); in main()
|
| H A D | ex4.c | 125 PetscCall(PetscSFDestroy(&sfA)); in main() 126 PetscCall(PetscSFDestroy(&sfB)); in main() 127 PetscCall(PetscSFDestroy(&sfBA)); in main()
|
| H A D | ex3.c | 95 PetscCall(PetscSFDestroy(&gathersf)); in main() 155 PetscCall(PetscSFDestroy(&allgathersf)); in main() 213 PetscCall(PetscSFDestroy(&alltoallsf)); in main()
|
| H A D | ex25.c | 58 PetscCall(PetscSFDestroy(&sf)); in main()
|
| H A D | ex20.c | 42 PetscCall(PetscSFDestroy(&sf)); in main()
|
| H A D | ex19.c | 178 PetscCall(PetscSFDestroy(&sf0)); in main() 179 PetscCall(PetscSFDestroy(&sf1)); in main()
|
| H A D | ex16.c | 224 PetscCall(PetscSFDestroy(&sf)); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex21.c | 185 PetscCall(PetscSFDestroy(&sf)); in main() 365 PetscCall(PetscSFDestroy(&sfXB)); in main() 366 PetscCall(PetscSFDestroy(&sfBC)); in main() 436 PetscCall(PetscSFDestroy(&lsf)); in main() 461 PetscCall(PetscSFDestroy(&gsf)); in main() 471 PetscCall(PetscSFDestroy(&sfXC)); in main()
|
| H A D | ex51.c | 54 PetscCall(PetscSFDestroy(&sf)); in main() 100 PetscCall(PetscSFDestroy(&sfXC)); in main()
|
| H A D | ex47.c | 515 PetscCall(PetscSFDestroy(&sfVert)); in main() 636 PetscCall(PetscSFDestroy(&lSFMigrationOvl)); in main() 638 PetscCall(PetscSFDestroy(&sfMig)); in main() 639 PetscCall(PetscSFDestroy(&sfPart)); in main()
|
| H A D | ex17.c | 75 PetscCall(PetscSFDestroy(&cellSF)); in TestCentroidLocation() 131 PetscCall(PetscSFDestroy(&cellSF)); in TestCustomLocation()
|
| H A D | ex71.c | 146 PetscCall(PetscSFDestroy(&ownershipTransferSF)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexnatural.c | 25 PetscCall(PetscSFDestroy(&dm->sfMigration)); in DMPlexSetMigrationSF() 94 PetscCall(PetscSFDestroy(&sfMigrationInv)); in DMPlexCreateGlobalToNaturalSF() 150 PetscCall(PetscSFDestroy(&sfEmbed)); in DMPlexCreateGlobalToNaturalSF() 160 PetscCall(PetscSFDestroy(&sfField)); in DMPlexCreateGlobalToNaturalSF() 267 PetscCall(PetscSFDestroy(&oldglob_to_newglob_sf)); in DMPlexMigrateGlobalToNaturalSF() 268 PetscCall(PetscSFDestroy(&newglob_to_oldglob_sf)); in DMPlexMigrateGlobalToNaturalSF()
|
| H A D | plexdistribute.c | 1025 PetscCall(PetscSFDestroy(&fieldSF)); in DMPlexDistributeField() 1161 PetscCall(PetscSFDestroy(&coneSF)); in DMPlexDistributeCones() 1396 PetscCall(PetscSFDestroy(&parentSF)); in DMPlexDistributeSetupTree() 1789 if (!sf) PetscCall(PetscSFDestroy(&sfDist)); in DMPlexDistribute_Multistage() 1795 PetscCall(PetscSFDestroy(&sfA)); in DMPlexDistribute_Multistage() 1796 PetscCall(PetscSFDestroy(&sfB)); in DMPlexDistribute_Multistage() 1915 PetscCall(PetscSFDestroy(&sfMigration)); in DMPlexDistribute() 1955 PetscCall(PetscSFDestroy(&sfOverlap)); in DMPlexDistribute() 1956 PetscCall(PetscSFDestroy(&sfMigration)); in DMPlexDistribute() 1993 PetscCall(PetscSFDestroy(&sfMigration)); in DMPlexDistribute() [all …]
|
| H A D | plexsfc.c | 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() [all …]
|
| /petsc/src/vec/is/sf/tutorials/ |
| H A D | ex1f.F90 | 118 PetscCallA(PetscSFDestroy(sf, ierr)) 134 PetscCallA(PetscSFDestroy(sf, ierr))
|
| H A D | ex3.c | 82 PetscCall(PetscSFDestroy(&sf)); in main()
|
| /petsc/src/mat/graphops/color/utils/ |
| H A D | valid.c | 93 PetscCall(PetscSFDestroy(&etor)); in MatColoringTest() 94 PetscCall(PetscSFDestroy(&etoc)); in MatColoringTest()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex14.c | 83 PetscCall(PetscSFDestroy(§ionSF)); in main()
|
| H A D | ex14f90.F90 | 83 PetscCallA(PetscSFDestroy(sectionSF, ierr))
|
| /petsc/src/mat/utils/ |
| H A D | zerorows.c | 41 PetscCall(PetscSFDestroy(&sf)); in MatZeroRowsMapLocal_Private()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex25.c | 69 PetscCall(PetscSFDestroy(&sf)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsf.pxi | 22 PetscErrorCode PetscSFDestroy(PetscSF*)
|