Home
last modified time | relevance | path

Searched refs:PetscSFSetFromOptions (Results 1 – 25 of 37) sorted by relevance

12

/petsc/src/vec/is/sf/tests/
H A Dex1.c160 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 Dex5.c98 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 Dex4.c26 PetscCall(PetscSFSetFromOptions(sfA)); in main()
27 PetscCall(PetscSFSetFromOptions(sfB)); in main()
106 PetscCall(PetscSFSetFromOptions(sfBA)); in main()
H A Dex25.c23 PetscCall(PetscSFSetFromOptions(sf)); in main()
H A Dex17.c28 PetscCall(PetscSFSetFromOptions(sf)); in main()
H A Dex24.c93 PetscCall(PetscSFSetFromOptions(sf)); in main()
H A Dex4k.kokkos.cxx87 PetscCall(PetscSFSetFromOptions(sf[i])); in main()
/petsc/src/mat/graphops/color/utils/
H A Dbipartite.c42 PetscCall(PetscSFSetFromOptions(*etoc)); in MatColoringCreateBipartiteGraph()
61 PetscCall(PetscSFSetFromOptions(*etor)); in MatColoringCreateBipartiteGraph()
/petsc/src/vec/is/sf/tutorials/
H A Dex1f.F9063 PetscCallA(PetscSFSetFromOptions(sf, ierr))
122 PetscCallA(PetscSFSetFromOptions(sf, ierr))
H A Dex3.c34 PetscCall(PetscSFSetFromOptions(sf)); in main()
H A Dex2.c30 PetscCall(PetscSFSetFromOptions(sf)); in main()
H A Dex1.c147 PetscCall(PetscSFSetFromOptions(sf)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsf.pxi18 PetscErrorCode PetscSFSetFromOptions(PetscSF)
H A DSF.pyx124 petsc_options, petsc.PetscSFSetFromOptions
127 CHKERR(PetscSFSetFromOptions(self.sf))
/petsc/src/vec/is/is/tests/
H A Dex9.c52 PetscCall(PetscSFSetFromOptions(sf)); in main()
/petsc/src/mat/utils/
H A Doverlapsplit.c136 PetscCall(PetscSFSetFromOptions(sf)); in MatIncreaseOverlapSplit_Single()
/petsc/include/
H A Dpetscsf.h127 PETSC_EXTERN PetscErrorCode PetscSFSetFromOptions(PetscSF);
/petsc/src/vec/is/sf/interface/
H A Dsf.c344 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 Dplexrefine.c60 PetscCall(PetscSFSetFromOptions(*sfProcess)); in DMPlexCreateProcessSF()
H A Dplexdistribute.c415 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 Dvscat.c781 PetscCall(PetscSFSetFromOptions(sf)); in VecScatterCreate()
1065 PetscCall(PetscSFSetFromOptions(sf)); in VecScatterCreate()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c772 PetscCall(PetscSFSetFromOptions(sf1)); in PetscSFCreateByMatchingIndices()
821 PetscCall(PetscSFSetFromOptions(*sf)); in PetscSFCreateByMatchingIndices()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1996 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 Dmpiadj.c46 PetscCall(PetscSFSetFromOptions(sf)); in MatCreateSubMatrix_MPIAdj_data()
77 PetscCall(PetscSFSetFromOptions(sf)); in MatCreateSubMatrix_MPIAdj_data()
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c279 PetscCall(PetscSFSetFromOptions(sf)); in MatPartitioningHierarchical_ReassembleFineparts()

12