Searched refs:PetscSFRegister (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sfregi.c | 33 PetscCall(PetscSFRegister(PETSCSFBASIC, PetscSFCreate_Basic)); in PetscSFRegisterAll() 35 PetscCall(PetscSFRegister(PETSCSFWINDOW, PetscSFCreate_Window)); in PetscSFRegisterAll() 37 PetscCall(PetscSFRegister(PETSCSFALLGATHERV, PetscSFCreate_Allgatherv)); in PetscSFRegisterAll() 38 PetscCall(PetscSFRegister(PETSCSFALLGATHER, PetscSFCreate_Allgather)); in PetscSFRegisterAll() 39 PetscCall(PetscSFRegister(PETSCSFGATHERV, PetscSFCreate_Gatherv)); in PetscSFRegisterAll() 40 PetscCall(PetscSFRegister(PETSCSFGATHER, PetscSFCreate_Gather)); in PetscSFRegisterAll() 41 PetscCall(PetscSFRegister(PETSCSFALLTOALL, PetscSFCreate_Alltoall)); in PetscSFRegisterAll() 43 PetscCall(PetscSFRegister(PETSCSFNEIGHBOR, PetscSFCreate_Neighbor)); in PetscSFRegisterAll() 78 PetscErrorCode PetscSFRegister(const char name[], PetscErrorCode (*create)(PetscSF)) in PetscSFRegister() function
|
| /petsc/src/ts/tests/ |
| H A D | ex11.c | 182 PetscCall(PetscSFRegister("dummy", PetscSFCreate_Dummy)); in main()
|
| /petsc/include/ |
| H A D | petscsf.h | 116 PETSC_EXTERN PetscErrorCode PetscSFRegister(const char[], PetscErrorCode (*)(PetscSF));
|
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 440 PetscCall(PetscSFRegister(sname, function)); in VecScatterRegister()
|