| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 18 …#define PetscSFCheckGraphSet(sf, arg) PetscCheck((sf)->graphset, PETSC_COMM_SELF, PETSC_ERR_ARG_WR… argument 20 #define PetscSFCheckGraphSet(sf, arg) \ argument 55 PetscErrorCode PetscSFCreate(MPI_Comm comm, PetscSF *sf) in PetscSFCreate() 111 PetscErrorCode PetscSFReset(PetscSF sf) in PetscSFReset() 170 PetscErrorCode PetscSFSetType(PetscSF sf, PetscSFType type) in PetscSFSetType() 207 PetscErrorCode PetscSFGetType(PetscSF sf, PetscSFType *type) in PetscSFGetType() 228 PetscErrorCode PetscSFDestroy(PetscSF *sf) in PetscSFDestroy() 251 static PetscErrorCode PetscSFCheckGraphValid_Private(PetscSF sf) in PetscSFCheckGraphValid_Private() 285 PetscErrorCode PetscSFSetUp(PetscSF sf) in PetscSFSetUp() 344 PetscErrorCode PetscSFSetFromOptions(PetscSF sf) in PetscSFSetFromOptions() [all …]
|
| /petsc/src/vec/is/sf/impls/window/ |
| H A D | sfwindow.c | 70 static PetscErrorCode PetscSFWindowGetDataTypes(PetscSF sf, MPI_Datatype unit, const MPI_Datatype *… in PetscSFWindowGetDataTypes() 170 PetscErrorCode PetscSFWindowSetFlavorType(PetscSF sf, PetscSFWindowFlavorType flavor) in PetscSFWindowSetFlavorType() 179 static PetscErrorCode PetscSFWindowSetFlavorType_Window(PetscSF sf, PetscSFWindowFlavorType flavor) in PetscSFWindowSetFlavorType_Window() 203 PetscErrorCode PetscSFWindowGetFlavorType(PetscSF sf, PetscSFWindowFlavorType *flavor) in PetscSFWindowGetFlavorType() 212 static PetscErrorCode PetscSFWindowGetFlavorType_Window(PetscSF sf, PetscSFWindowFlavorType *flavor) in PetscSFWindowGetFlavorType_Window() 237 PetscErrorCode PetscSFWindowSetSyncType(PetscSF sf, PetscSFWindowSyncType sync) in PetscSFWindowSetSyncType() 246 static PetscErrorCode PetscSFWindowSetSyncType_Window(PetscSF sf, PetscSFWindowSyncType sync) in PetscSFWindowSetSyncType_Window() 270 PetscErrorCode PetscSFWindowGetSyncType(PetscSF sf, PetscSFWindowSyncType *sync) in PetscSFWindowGetSyncType() 279 static PetscErrorCode PetscSFWindowGetSyncType_Window(PetscSF sf, PetscSFWindowSyncType *sync) in PetscSFWindowGetSyncType_Window() 304 PetscErrorCode PetscSFWindowSetInfo(PetscSF sf, MPI_Info info) in PetscSFWindowSetInfo() [all …]
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex1.c | 6 static PetscErrorCode CheckGraphNotSet(PetscSF sf) in CheckGraphNotSet() 24 static PetscErrorCode CheckGraphEmpty(PetscSF sf) in CheckGraphEmpty() 43 static PetscErrorCode CheckRanksNotSet(PetscSF sf) in CheckRanksNotSet() 51 static PetscErrorCode CheckRanksEmpty(PetscSF sf) in CheckRanksEmpty() 60 PetscSF sf, sfDup, sfInv, sfEmbed, sfA, sfB, sfBA; in main() local
|
| H A D | ex24.c | 5 static PetscErrorCode testOverlappingCommunication(PetscSF sf) in testOverlappingCommunication() 69 static PetscErrorCode createSparseSF(MPI_Comm comm, PetscSF *sf) in createSparseSF() 89 PetscSF sf; in main() local
|
| H A D | ex18.c | 93 static PetscErrorCode PetscSFViewCustom(PetscSF sf, PetscViewer viewer) in PetscSFViewCustom() 132 PetscSF sf; in CreateReferenceSF_Regular() local 191 PetscSF sf; in CreateSFs_Irregular() local 233 PetscSF sf; in CreateSFs_Regular() local 312 PetscSF sf; in main() local
|
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 41 static PetscErrorCode VecScatterBegin_Internal(VecScatter sf, Vec x, Vec y, InsertMode addv, Scatte… in VecScatterBegin_Internal() 78 static PetscErrorCode VecScatterEnd_Internal(VecScatter sf, Vec x, Vec y, InsertMode addv, ScatterM… in VecScatterEnd_Internal() 112 static PetscErrorCode VecScatterRemap_Internal(VecScatter sf, const PetscInt *tomap, const PetscInt… in VecScatterRemap_Internal() 196 PetscErrorCode VecScatterGetRemoteCount_Private(VecScatter sf, PetscBool send, PetscInt *num_procs,… in VecScatterGetRemoteCount_Private() 244 PetscErrorCode VecScatterGetRemote_Private(VecScatter sf, PetscBool send, PetscMPIInt *n, const Pet… in VecScatterGetRemote_Private() 297 PetscErrorCode VecScatterGetRemoteOrdered_Private(VecScatter sf, PetscBool send, PetscMPIInt *n, co… in VecScatterGetRemoteOrdered_Private() 325 PetscErrorCode VecScatterRestoreRemote_Private(VecScatter sf, PetscBool send, PetscMPIInt *n, const… in VecScatterRestoreRemote_Private() 350 PetscErrorCode VecScatterRestoreRemoteOrdered_Private(VecScatter sf, PetscBool send, PetscMPIInt *n… in VecScatterRestoreRemoteOrdered_Private() 369 PetscErrorCode VecScatterSetUp(VecScatter sf) in VecScatterSetUp() 395 PetscErrorCode VecScatterSetType(VecScatter sf, VecScatterType type) in VecScatterSetType() [all …]
|
| /petsc/src/vec/is/sf/impls/basic/allgatherv/ |
| H A D | sfallgatherv.c | 4 PETSC_INTERN PetscErrorCode PetscSFGetGraph_Allgatherv(PetscSF sf, PetscInt *nroots, PetscInt *nlea… in PetscSFGetGraph_Allgatherv() 32 PETSC_INTERN PetscErrorCode PetscSFSetUp_Allgatherv(PetscSF sf) in PetscSFSetUp_Allgatherv() 74 PETSC_INTERN PetscErrorCode PetscSFReset_Allgatherv(PetscSF sf) in PetscSFReset_Allgatherv() 94 PETSC_INTERN PetscErrorCode PetscSFDestroy_Allgatherv(PetscSF sf) in PetscSFDestroy_Allgatherv() 102 static PetscErrorCode PetscSFBcastBegin_Allgatherv(PetscSF sf, MPI_Datatype unit, PetscMemType root… in PetscSFBcastBegin_Allgatherv() 129 static PetscErrorCode PetscSFReduceBegin_Allgatherv(PetscSF sf, MPI_Datatype unit, PetscMemType lea… in PetscSFReduceBegin_Allgatherv() 195 PETSC_INTERN PetscErrorCode PetscSFReduceEnd_Allgatherv(PetscSF sf, MPI_Datatype unit, const void *… in PetscSFReduceEnd_Allgatherv() 215 static PetscErrorCode PetscSFBcastToZero_Allgatherv(PetscSF sf, MPI_Datatype unit, PetscMemType roo… in PetscSFBcastToZero_Allgatherv() 281 PETSC_INTERN PetscErrorCode PetscSFFetchAndOpBegin_Allgatherv(PetscSF sf, MPI_Datatype unit, PetscM… in PetscSFFetchAndOpBegin_Allgatherv() 321 PETSC_INTERN PetscErrorCode PetscSFFetchAndOpEnd_Allgatherv(PetscSF sf, MPI_Datatype unit, void *ro… in PetscSFFetchAndOpEnd_Allgatherv() [all …]
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfbasic.c | 6 static PetscErrorCode PetscSFLinkInitMPIRequests_Persistent_Basic(PetscSF sf, PetscSFLink link, Pet… in PetscSFLinkInitMPIRequests_Persistent_Basic() 58 static PetscErrorCode PetscSFLinkStartCommunication_Persistent_Basic(PetscSF sf, PetscSFLink link, … in PetscSFLinkStartCommunication_Persistent_Basic() 97 static PetscErrorCode PetscSFLinkStartCommunication_MPIX_Stream(PetscSF sf, PetscSFLink link, Petsc… in PetscSFLinkStartCommunication_MPIX_Stream() 148 static PetscErrorCode PetscSFLinkFinishCommunication_MPIX_Stream(PetscSF sf, PetscSFLink link, Pets… in PetscSFLinkFinishCommunication_MPIX_Stream() 161 static PetscErrorCode PetscSFSetCommunicationOps_Basic(PetscSF sf, PetscSFLink link) in PetscSFSetCommunicationOps_Basic() 179 PETSC_INTERN PetscErrorCode PetscSFSetUp_Basic(PetscSF sf) in PetscSFSetUp_Basic() 258 PETSC_INTERN PetscErrorCode PetscSFReset_Basic(PetscSF sf) in PetscSFReset_Basic() 285 PETSC_INTERN PetscErrorCode PetscSFDestroy_Basic(PetscSF sf) in PetscSFDestroy_Basic() 296 PETSC_INTERN PetscErrorCode PetscSFView_Basic_PatternAndSizes(PetscSF sf, PetscViewer viewer) in PetscSFView_Basic_PatternAndSizes() 334 PETSC_INTERN PetscErrorCode PetscSFView_Basic(PetscSF sf, PetscViewer viewer) in PetscSFView_Basic() [all …]
|
| H A D | sfpack.c | 395 PetscErrorCode PetscSFLinkDestroy(PetscSF sf, PetscSFLink link) in PetscSFLinkDestroy() 420 PetscErrorCode PetscSFLinkCreate(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, const void … in PetscSFLinkCreate() 438 PetscErrorCode PetscSFLinkGetInUse(PetscSF sf, MPI_Datatype unit, const void *rootdata, const void … in PetscSFLinkGetInUse() 465 PetscErrorCode PetscSFLinkReclaim(PetscSF sf, PetscSFLink *mylink) in PetscSFLinkReclaim() 480 PetscErrorCode PetscSFSetErrorOnUnsupportedOverlap(PetscSF sf, MPI_Datatype unit, const void *rootd… in PetscSFSetErrorOnUnsupportedOverlap() 508 PetscErrorCode PetscSFLinkSetUp_Host(PetscSF sf, PetscSFLink link, MPI_Datatype unit) in PetscSFLinkSetUp_Host() 819 static inline PetscErrorCode PetscSFLinkLogFlopsAfterUnpackRootData(PetscSF sf, PetscSFLink link, P… in PetscSFLinkLogFlopsAfterUnpackRootData() 834 static inline PetscErrorCode PetscSFLinkLogFlopsAfterUnpackLeafData(PetscSF sf, PetscSFLink link, P… in PetscSFLinkLogFlopsAfterUnpackLeafData() 860 static inline PetscErrorCode PetscSFLinkUnpackDataWithMPIReduceLocal(PetscSF sf, PetscSFLink link, … in PetscSFLinkUnpackDataWithMPIReduceLocal() 882 static inline PetscErrorCode PetscSFLinkScatterDataWithMPIReduceLocal(PetscSF sf, PetscSFLink link,… in PetscSFLinkScatterDataWithMPIReduceLocal() [all …]
|
| H A D | sfbasic.h | 40 static inline PetscErrorCode PetscSFGetRootInfo_Basic(PetscSF sf, PetscMPIInt *nrootranks, PetscMPI… in PetscSFGetRootInfo_Basic() 53 static inline PetscErrorCode PetscSFGetLeafInfo_Basic(PetscSF sf, PetscMPIInt *nleafranks, PetscMPI… in PetscSFGetLeafInfo_Basic()
|
| /petsc/src/vec/is/sf/impls/basic/alltoall/ |
| H A D | sfalltoall.c | 8 static PetscErrorCode PetscSFLinkStartCommunication_Alltoall(PetscSF sf, PetscSFLink link, PetscSFD… in PetscSFLinkStartCommunication_Alltoall() 33 static PetscErrorCode PetscSFSetCommunicationOps_Alltoall(PetscSF sf, PetscSFLink link) in PetscSFSetCommunicationOps_Alltoall() 43 static PetscErrorCode PetscSFGetGraph_Alltoall(PetscSF sf, PetscInt *nroots, PetscInt *nleaves, con… in PetscSFGetGraph_Alltoall() 65 static PetscErrorCode PetscSFCreateLocalSF_Alltoall(PetscSF sf, PetscSF *out) in PetscSFCreateLocalSF_Alltoall() 89 static PetscErrorCode PetscSFCreateEmbeddedRootSF_Alltoall(PetscSF sf, PetscInt nselected, const Pe… in PetscSFCreateEmbeddedRootSF_Alltoall() 189 PETSC_INTERN PetscErrorCode PetscSFCreate_Alltoall(PetscSF sf) in PetscSFCreate_Alltoall()
|
| /petsc/src/vec/is/sf/impls/basic/gatherv/ |
| H A D | sfgatherv.c | 8 static PetscErrorCode PetscSFLinkStartCommunication_Gatherv(PetscSF sf, PetscSFLink link, PetscSFDi… in PetscSFLinkStartCommunication_Gatherv() 36 static PetscErrorCode PetscSFSetCommunicationOps_Gatherv(PetscSF sf, PetscSFLink link) in PetscSFSetCommunicationOps_Gatherv() 43 PETSC_INTERN PetscErrorCode PetscSFFetchAndOpBegin_Gatherv(PetscSF sf, MPI_Datatype unit, PetscMemT… in PetscSFFetchAndOpBegin_Gatherv() 53 PETSC_INTERN PetscErrorCode PetscSFCreate_Gatherv(PetscSF sf) in PetscSFCreate_Gatherv()
|
| /petsc/src/vec/is/sf/interface/ftn-custom/ |
| H A D | zsf.c | 31 PETSC_EXTERN void petscsfgetgraph_(PetscSF *sf, PetscInt *nroots, PetscInt *nleaves, F90Array1d *ai… in petscsfgetgraph_() 46 PETSC_EXTERN void petscsfrestoregraph_(PetscSF *sf, PetscInt *nroots, PetscInt *nleaves, F90Array1d… in petscsfrestoregraph_() 53 PETSC_EXTERN void petscsfgetleafranks_(PetscSF *sf, PetscMPIInt *niranks, F90Array1d *airanks, F90A… in petscsfgetleafranks_() 69 PETSC_EXTERN void petscsfgetrootranks_(PetscSF *sf, PetscMPIInt *nranks, F90Array1d *aranks, F90Arr… in petscsfgetrootranks_() 89 PETSC_EXTERN void petscsfbcastbegin_(PetscSF *sf, MPI_Fint *unit, const void *rptr, void *lptr, MPI… in petscsfbcastbegin_() 99 PETSC_EXTERN void petscsfbcastend_(PetscSF *sf, MPI_Fint *unit, const void *rptr, void *lptr, MPI_F… in petscsfbcastend_() 109 PETSC_EXTERN void petscsfreducebegin_(PetscSF *sf, MPI_Fint *unit, const void *lptr, void *rptr, MP… in petscsfreducebegin_() 119 PETSC_EXTERN void petscsfreduceend_(PetscSF *sf, MPI_Fint *unit, const void *lptr, void *rptr, MPI_… in petscsfreduceend_() 131 PETSC_EXTERN void petscsfbcastbegin_(PetscSF *sf, MPI_Fint *unit, F90Array1d *rptr, F90Array1d *lpt… in petscsfbcastbegin_() 147 PETSC_EXTERN void petscsfbcastend_(PetscSF *sf, MPI_Fint *unit, F90Array1d *rptr, F90Array1d *lptr,… in petscsfbcastend_() [all …]
|
| /petsc/src/vec/is/sf/impls/basic/gather/ |
| H A D | sfgather.c | 7 static PetscErrorCode PetscSFLinkStartCommunication_Gather(PetscSF sf, PetscSFLink link, PetscSFDir… in PetscSFLinkStartCommunication_Gather() 34 static PetscErrorCode PetscSFSetCommunicationOps_Gather(PetscSF sf, PetscSFLink link) in PetscSFSetCommunicationOps_Gather() 41 PETSC_INTERN PetscErrorCode PetscSFCreate_Gather(PetscSF sf) in PetscSFCreate_Gather()
|
| /petsc/src/ts/trajectory/impls/singlefile/ |
| H A D | singlefile.c | 9 TSTrajectory_Singlefile *sf = (TSTrajectory_Singlefile *)tj->data; in TSTrajectorySet_Singlefile() local 27 TSTrajectory_Singlefile *sf = (TSTrajectory_Singlefile *)tj->data; in TSTrajectoryDestroy_Singlefile() local 45 TSTrajectory_Singlefile *sf; in TSTrajectoryCreate_Singlefile() local
|
| /petsc/src/vec/is/sf/impls/basic/allgather/ |
| H A D | sfallgather.c | 6 PetscErrorCode PetscSFSetUp_Allgather(PetscSF sf) in PetscSFSetUp_Allgather() 31 static PetscErrorCode PetscSFBcastBegin_Allgather(PetscSF sf, MPI_Datatype unit, PetscMemType rootm… in PetscSFBcastBegin_Allgather() 51 static PetscErrorCode PetscSFReduceBegin_Allgather(PetscSF sf, MPI_Datatype unit, PetscMemType leaf… in PetscSFReduceBegin_Allgather() 85 static PetscErrorCode PetscSFBcastToZero_Allgather(PetscSF sf, MPI_Datatype unit, PetscMemType root… in PetscSFBcastToZero_Allgather() 113 PETSC_INTERN PetscErrorCode PetscSFCreate_Allgather(PetscSF sf) in PetscSFCreate_Allgather()
|
| /petsc/include/ |
| H A D | petscsf.h | 203 static inline PetscErrorCode PetscSFGetRanks(PetscSF sf, PetscMPIInt *nranks, const PetscMPIInt *ra… in PetscSFGetRanks() 209 static inline PetscErrorCode PetscSFCreateEmbeddedSF(PetscSF sf, PetscInt nselected, const PetscInt… in PetscSFCreateEmbeddedSF() 215 static inline PetscErrorCode PetscSFBcastAndOpBegin(PetscSF sf, MPI_Datatype unit, const void *root… in PetscSFBcastAndOpBegin() 221 static inline PetscErrorCode PetscSFBcastAndOpEnd(PetscSF sf, MPI_Datatype unit, const void *rootda… in PetscSFBcastAndOpEnd() 227 static inline PetscErrorCode PetscSFBcastAndOpWithMemtypeBegin(PetscSF sf, MPI_Datatype unit, Petsc… in PetscSFBcastAndOpWithMemtypeBegin()
|
| /petsc/src/vec/is/sf/impls/basic/nvshmem/ |
| H A D | sfnvshmem.cu | 54 PetscErrorCode PetscSFReset_Basic_NVSHMEM(PetscSF sf) in PetscSFReset_Basic_NVSHMEM() 74 static PetscErrorCode PetscSFSetUp_Basic_NVSHMEM(PetscSF sf) in PetscSFSetUp_Basic_NVSHMEM() 159 PetscErrorCode PetscSFLinkNvshmemCheck(PetscSF sf, PetscMemType rootmtype, const void *rootdata, Pe… in PetscSFLinkNvshmemCheck() 214 static PetscErrorCode PetscSFLinkBuildDependenceBegin(PetscSF sf, PetscSFLink link, PetscSFDirectio… in PetscSFLinkBuildDependenceBegin() 229 static PetscErrorCode PetscSFLinkBuildDependenceEnd(PetscSF sf, PetscSFLink link, PetscSFDirection … in PetscSFLinkBuildDependenceEnd() 304 static PetscErrorCode PetscSFLinkWaitSignalsOfCompletionOfGettingData_NVSHMEM(PetscSF sf, PetscSFLi… in PetscSFLinkWaitSignalsOfCompletionOfGettingData_NVSHMEM() 339 static PetscErrorCode PetscSFLinkGetDataBegin_NVSHMEM(PetscSF sf, PetscSFLink link, PetscSFDirectio… in PetscSFLinkGetDataBegin_NVSHMEM() 435 static PetscErrorCode PetscSFLinkGetDataEnd_NVSHMEM(PetscSF sf, PetscSFLink link, PetscSFDirection … in PetscSFLinkGetDataEnd_NVSHMEM() 514 static PetscErrorCode PetscSFLinkPutDataBegin_NVSHMEM(PetscSF sf, PetscSFLink link, PetscSFDirectio… in PetscSFLinkPutDataBegin_NVSHMEM() 606 static PetscErrorCode PetscSFLinkPutDataEnd_NVSHMEM(PetscSF sf, PetscSFLink link, PetscSFDirection … in PetscSFLinkPutDataEnd_NVSHMEM() [all …]
|
| /petsc/src/vec/is/sf/impls/basic/cupm/hip/ |
| H A D | sfcupm.hip.cxx | 12 namespace sf namespace 47 PetscErrorCode PetscSFLinkSetUp_HIP(PetscSF sf, PetscSFLink link, MPI_Datatype unit) in PetscSFLinkSetUp_HIP()
|
| /petsc/src/vec/is/sf/impls/basic/cupm/cuda/ |
| H A D | sfcupm.cu | 9 namespace sf namespace 44 PetscErrorCode PetscSFLinkSetUp_CUDA(PetscSF sf, PetscSFLink link, MPI_Datatype unit) in PetscSFLinkSetUp_CUDA()
|
| /petsc/src/vec/is/sf/impls/basic/neighbor/ |
| H A D | sfneighbor.c | 57 static PetscErrorCode PetscSFGetDistComm_Neighbor(PetscSF sf, PetscSFDirection direction, MPI_Comm … in PetscSFGetDistComm_Neighbor() 87 static PetscErrorCode PetscSFLinkStartCommunication_Neighbor(PetscSF sf, PetscSFLink link, PetscSFD… in PetscSFLinkStartCommunication_Neighbor() 118 static PetscErrorCode PetscSFLinkInitMPIRequests_Persistent_Neighbor(PetscSF sf, PetscSFLink link, … in PetscSFLinkInitMPIRequests_Persistent_Neighbor() 146 static PetscErrorCode PetscSFLinkStartCommunication_Persistent_Neighbor(PetscSF sf, PetscSFLink lin… in PetscSFLinkStartCommunication_Persistent_Neighbor() 172 static PetscErrorCode PetscSFSetCommunicationOps_Neighbor(PetscSF sf, PetscSFLink link) in PetscSFSetCommunicationOps_Neighbor() 190 static PetscErrorCode PetscSFSetUp_Neighbor(PetscSF sf) in PetscSFSetUp_Neighbor() 251 static PetscErrorCode PetscSFReset_Neighbor(PetscSF sf) in PetscSFReset_Neighbor() 268 static PetscErrorCode PetscSFDestroy_Neighbor(PetscSF sf) in PetscSFDestroy_Neighbor() 276 PETSC_INTERN PetscErrorCode PetscSFCreate_Neighbor(PetscSF sf) in PetscSFCreate_Neighbor()
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 30 PetscErrorCode PetscSFSetGraphLayout(PetscSF sf, PetscLayout layout, PetscInt nleaves, PetscInt ilo… in PetscSFSetGraphLayout() 86 PetscErrorCode PetscSFGetGraphLayout(PetscSF sf, PetscLayout *layout, PetscInt *nleaves, const Pets… in PetscSFGetGraphLayout() 128 PetscErrorCode PetscSFSetGraphSection(PetscSF sf, PetscSection localSection, PetscSection globalSec… in PetscSFSetGraphSection() 238 PetscErrorCode PetscSFDistributeSection(PetscSF sf, PetscSection rootSection, PetscInt *remoteOffse… in PetscSFDistributeSection() 393 PetscErrorCode PetscSFCreateRemoteOffsets(PetscSF sf, PetscSection rootSection, PetscSection leafSe… in PetscSFCreateRemoteOffsets() 445 PetscErrorCode PetscSFCreateSectionSF(PetscSF sf, PetscSection rootSection, PetscInt remoteOffsets[… in PetscSFCreateSectionSF() 529 PetscErrorCode PetscSFCreateFromLayouts(PetscLayout rmap, PetscLayout lmap, PetscSF *sf) in PetscSFCreateFromLayouts() 568 PetscSF sf; in PetscLayoutMapLocal() local 728 …fIndices[], const PetscInt leafLocalIndices[], PetscInt leafLocalOffset, PetscSF *sfA, PetscSF *sf) in PetscSFCreateByMatchingIndices() 927 PetscErrorCode PetscSFCreateStridedSF(PetscSF sf, PetscInt bs, PetscInt ldr, PetscInt ldl, PetscSF … in PetscSFCreateStridedSF()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex21.c | 176 PetscSF sf; in main() local 253 PetscSF sf; in main() local 389 PetscSF sf; in main() local
|
| /petsc/src/vec/is/sf/impls/basic/cupm/ |
| H A D | sfcupm.hpp | 10 namespace sf namespace
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcheckinterface.c | 72 static PetscErrorCode SortByRemote_Private(PetscSF sf, PetscInt *rmine1[], PetscInt *rremote1[]) in SortByRemote_Private() 96 static PetscErrorCode GetRecursiveConeCoordinatesPerRank_Private(DM dm, PetscSF sf, PetscInt rmine[… in GetRecursiveConeCoordinatesPerRank_Private() 120 static PetscErrorCode PetscSFComputeMultiRootOriginalNumberingByRank_Private(PetscSF sf, PetscSF im… in PetscSFComputeMultiRootOriginalNumberingByRank_Private() 168 PetscSF sf; in DMPlexCheckInterfaceCones() local
|