Searched refs:PetscSFSetType (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex1.c | 80 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 D | petscsf.pxi | 16 PetscErrorCode PetscSFSetType(PetscSF, PetscSFType)
|
| H A D | SF.pyx | 96 petsc.PetscSFSetType 101 CHKERR(PetscSFSetType(self.sf, cval))
|
| /petsc/src/mat/utils/ |
| H A D | overlapsplit.c | 135 PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); in MatIncreaseOverlapSplit_Single()
|
| /petsc/src/vec/is/sf/impls/basic/alltoall/ |
| H A D | sfalltoall.c | 136 …PetscCall(PetscSFSetType(esf, PETSCSFBASIC)); /* This optimized routine can only create a basic sf… in PetscSFCreateEmbeddedRootSF_Alltoall()
|
| /petsc/include/ |
| H A D | petscsf.h | 122 PETSC_EXTERN PetscErrorCode PetscSFSetType(PetscSF, PetscSFType);
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 170 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 D | sfwindow.c | 369 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 D | mpiadj.c | 45 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 D | hierarchical.c | 277 PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); in MatPartitioningHierarchical_ReassembleFineparts()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | iscoloring.c | 475 PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); in ISBuildTwoSided()
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfbasic.c | 481 …PetscCall(PetscSFSetType(esf, PETSCSFBASIC)); /* This optimized routine can only create a basic sf… in PetscSFCreateEmbeddedRootSF_Basic()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 398 PetscCall(PetscSFSetType(sf, type)); in VecScatterSetType()
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 1001 PetscCall(PetscSFSetType(*vsf, sftype)); in PetscSFCreateStridedSF()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 181 PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); in MatIncreaseOverlap_MPIAIJ_Once_Scalable() 217 PetscCall(PetscSFSetType(sf, PETSCSFBASIC)); in MatIncreaseOverlap_MPIAIJ_Once_Scalable()
|