| /petsc/src/vec/is/sf/tests/ |
| H A D | ex1.c | 160 PetscCall(PetscSFSetFromOptions(sf)); in main() 172 PetscCall(PetscSFSetFromOptions(sf)); in main() 183 PetscCall(PetscSFSetFromOptions(sf)); in main() 192 PetscCall(PetscSFSetFromOptions(sf)); in main() 201 PetscCall(PetscSFSetFromOptions(sf)); in main() 211 PetscCall(PetscSFSetFromOptions(sf)); in main() 221 PetscCall(PetscSFSetFromOptions(sf)); in main() 231 PetscCall(PetscSFSetFromOptions(sf)); in main()
|
| H A D | ex5.c | 98 PetscCall(PetscSFSetFromOptions(sfA)); in main() 99 PetscCall(PetscSFSetFromOptions(sfB)); in main() 178 PetscCall(PetscSFSetFromOptions(sfBA)); in main() 194 PetscCall(PetscSFSetFromOptions(sfAm)); in main() 204 PetscCall(PetscSFSetFromOptions(sfAAm)); in main() 211 PetscCall(PetscSFSetFromOptions(sfBm)); in main() 221 PetscCall(PetscSFSetFromOptions(sfBBm)); in main()
|
| H A D | ex4.c | 26 PetscCall(PetscSFSetFromOptions(sfA)); in main() 27 PetscCall(PetscSFSetFromOptions(sfB)); in main() 106 PetscCall(PetscSFSetFromOptions(sfBA)); in main()
|
| H A D | ex25.c | 23 PetscCall(PetscSFSetFromOptions(sf)); in main()
|
| H A D | ex17.c | 28 PetscCall(PetscSFSetFromOptions(sf)); in main()
|
| H A D | ex24.c | 93 PetscCall(PetscSFSetFromOptions(sf)); in main()
|
| H A D | ex4k.kokkos.cxx | 87 PetscCall(PetscSFSetFromOptions(sf[i])); in main()
|
| /petsc/src/mat/graphops/color/utils/ |
| H A D | bipartite.c | 42 PetscCall(PetscSFSetFromOptions(*etoc)); in MatColoringCreateBipartiteGraph() 61 PetscCall(PetscSFSetFromOptions(*etor)); in MatColoringCreateBipartiteGraph()
|
| /petsc/src/vec/is/sf/tutorials/ |
| H A D | ex1f.F90 | 63 PetscCallA(PetscSFSetFromOptions(sf, ierr)) 122 PetscCallA(PetscSFSetFromOptions(sf, ierr))
|
| H A D | ex3.c | 34 PetscCall(PetscSFSetFromOptions(sf)); in main()
|
| H A D | ex2.c | 30 PetscCall(PetscSFSetFromOptions(sf)); in main()
|
| H A D | ex1.c | 147 PetscCall(PetscSFSetFromOptions(sf)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsf.pxi | 18 PetscErrorCode PetscSFSetFromOptions(PetscSF)
|
| H A D | SF.pyx | 124 petsc_options, petsc.PetscSFSetFromOptions 127 CHKERR(PetscSFSetFromOptions(self.sf))
|
| /petsc/src/vec/is/is/tests/ |
| H A D | ex9.c | 52 PetscCall(PetscSFSetFromOptions(sf)); in main()
|
| /petsc/src/mat/utils/ |
| H A D | overlapsplit.c | 136 PetscCall(PetscSFSetFromOptions(sf)); in MatIncreaseOverlapSplit_Single()
|
| /petsc/include/ |
| H A D | petscsf.h | 127 PETSC_EXTERN PetscErrorCode PetscSFSetFromOptions(PetscSF);
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 344 PetscErrorCode PetscSFSetFromOptions(PetscSF sf) in PetscSFSetFromOptions() function 1399 PetscCall(PetscSFSetFromOptions(*esf)); in PetscSFCreateEmbeddedRootSF() 2119 PetscCall(PetscSFSetFromOptions(*sfBA)); in PetscSFCompose() 2223 PetscCall(PetscSFSetFromOptions(*sfBA)); in PetscSFComposeInverse() 2278 PetscCall(PetscSFSetFromOptions(lsf)); in PetscSFCreateLocalSF_Private()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexrefine.c | 60 PetscCall(PetscSFSetFromOptions(*sfProcess)); in DMPlexCreateProcessSF()
|
| H A D | plexdistribute.c | 415 PetscCall(PetscSFSetFromOptions(*sfProcess)); in DMPlexCreateTwoSidedProcessSF() 859 PetscCall(PetscSFSetFromOptions(*migrationSF)); in DMPlexCreateOverlapMigrationSF() 1508 PetscCall(PetscSFSetFromOptions(*pointSF)); in DMPlexCreatePointSF() 2067 PetscCall(PetscSFSetFromOptions(sfOverlap)); in DMPlexDistributeOverlap_Internal()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 781 PetscCall(PetscSFSetFromOptions(sf)); in VecScatterCreate() 1065 PetscCall(PetscSFSetFromOptions(sf)); in VecScatterCreate()
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 772 PetscCall(PetscSFSetFromOptions(sf1)); in PetscSFCreateByMatchingIndices() 821 PetscCall(PetscSFSetFromOptions(*sf)); in PetscSFCreateByMatchingIndices()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1996 PetscCall(PetscSFSetFromOptions(*distsf)); in DMPlexDistributionLoad_HDF5_Private() 2048 PetscCall(PetscSFSetFromOptions(migrationSF)); in DMPlexDistributionLoad_HDF5_Private() 2093 PetscCall(PetscSFSetFromOptions(pointSF)); in DMPlexDistributionLoad_HDF5_Private() 2204 PetscCall(PetscSFSetFromOptions(*sf)); in DMPlexTopologyLoad_HDF5_Legacy_Private() 2902 PetscCall(PetscSFSetFromOptions(*sectionSF)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF() 3024 PetscCall(PetscSFSetFromOptions(sfAX)); in DMPlexSectionLoad_HDF5_Internal()
|
| /petsc/src/mat/impls/adj/mpi/ |
| H A D | mpiadj.c | 46 PetscCall(PetscSFSetFromOptions(sf)); in MatCreateSubMatrix_MPIAdj_data() 77 PetscCall(PetscSFSetFromOptions(sf)); in MatCreateSubMatrix_MPIAdj_data()
|
| /petsc/src/mat/graphops/partition/impls/hierarchical/ |
| H A D | hierarchical.c | 279 PetscCall(PetscSFSetFromOptions(sf)); in MatPartitioningHierarchical_ReassembleFineparts()
|