Home
last modified time | relevance | path

Searched refs:PetscSFSetType (Results 1 – 15 of 15) sorted by relevance

/petsc/src/vec/is/sf/tests/
H A Dex1.c80 PetscCall(PetscSFSetType(sf, sftype)); in main()
86 PetscCall(PetscSFSetType(sf, sftype)); in main()
100 PetscCall(PetscSFSetType(sf, sftype)); in main()
137 PetscCall(PetscSFSetType(sf, sftype)); in main()
143 PetscCall(PetscSFSetType(sf, sftype)); in main()
151 PetscCall(PetscSFSetType(sf, sftype)); in main()
159 PetscCall(PetscSFSetType(sf, sftype)); in main()
170 PetscCall(PetscSFSetType(sf, sftype)); in main()
181 PetscCall(PetscSFSetType(sf, sftype)); in main()
190 PetscCall(PetscSFSetType(sf, sftype)); in main()
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsf.pxi16 PetscErrorCode PetscSFSetType(PetscSF, PetscSFType)
H A DSF.pyx96 petsc.PetscSFSetType
101 CHKERR(PetscSFSetType(self.sf, cval))
/petsc/src/mat/utils/
H A Doverlapsplit.c135 PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); in MatIncreaseOverlapSplit_Single()
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c136 …PetscCall(PetscSFSetType(esf, PETSCSFBASIC)); /* This optimized routine can only create a basic sf… in PetscSFCreateEmbeddedRootSF_Alltoall()
/petsc/include/
H A Dpetscsf.h122 PETSC_EXTERN PetscErrorCode PetscSFSetType(PetscSF, PetscSFType);
/petsc/src/vec/is/sf/interface/
H A Dsf.c170 PetscErrorCode PetscSFSetType(PetscSF sf, PetscSFType type) in PetscSFSetType() function
293 …if (!((PetscObject)sf)->type_name) PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); /* Zero all sf->op… in PetscSFSetUp()
355 PetscCall(PetscSFSetType(sf, flg ? type : deft)); in PetscSFSetFromOptions()
616 PetscCall(PetscSFSetType(sf, type)); in PetscSFSetGraphWithPattern()
745 if (type) PetscCall(PetscSFSetType(*newsf, type)); in PetscSFDuplicate()
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c369 PetscCall(PetscSFSetType(*dynsf, PETSCSFBASIC)); /* break recursion */ in PetscSFWindowCreateDynamicSF()
780 PetscCall(PetscSFSetType(w->dynsf, PETSCSFBASIC)); /* break recursion */ in PetscSFSetUp_Window()
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c45 PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); in MatCreateSubMatrix_MPIAdj_data()
76 PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); in MatCreateSubMatrix_MPIAdj_data()
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c277 PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); in MatPartitioningHierarchical_ReassembleFineparts()
/petsc/src/vec/is/is/utils/
H A Discoloring.c475 PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); in ISBuildTwoSided()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.c481 …PetscCall(PetscSFSetType(esf, PETSCSFBASIC)); /* This optimized routine can only create a basic sf… in PetscSFCreateEmbeddedRootSF_Basic()
/petsc/src/vec/vec/utils/
H A Dvscat.c398 PetscCall(PetscSFSetType(sf, type)); in VecScatterSetType()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c1001 PetscCall(PetscSFSetType(*vsf, sftype)); in PetscSFCreateStridedSF()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c181 PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); in MatIncreaseOverlap_MPIAIJ_Once_Scalable()
217 PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); in MatIncreaseOverlap_MPIAIJ_Once_Scalable()