| /petsc/config/ |
| H A D | install.py | 133 def copyfile(self, src, dst, symlinks = False, copyFunc = shutil.copy2): argument 182 def copyConfig(self, src, dst): argument 197 def copyExamples(self, src, dst): argument 205 …def copytree(self, src, dst, symlinks = False, copyFunc = shutil.copy2, exclude = [], exclude_ext=… argument 529 def copyLib(self, src, dst): argument
|
| /petsc/src/vec/is/sf/impls/basic/nvshmem/ |
| H A D | sfnvshmem.cu | 327 …t nsrcranks, PetscMPIInt *srcranks, const char *src, PetscInt *srcdisp, char *dst, PetscInt *dstdi… in GetDataFromRemotelyAccessible() 346 char *src, *dst; in PetscSFLinkGetDataBegin_NVSHMEM() local 488 …dPutDataToRemotelyAccessible(PetscInt ndstranks, PetscMPIInt *dstranks, char *dst, PetscInt *dstdi… in WaitAndPutDataToRemotelyAccessible() 502 …FromLocallyAccessible(PetscInt ndstranks, PetscMPIInt *dstranks, uint64_t *srcsig, const char *dst) in WaitSignalsFromLocallyAccessible() 519 char *src, *dst; in PetscSFLinkPutDataBegin_NVSHMEM() local 793 PetscErrorCode PetscNvshmemSum(PetscInt count, float *dst, const float *src) in PetscNvshmemSum() 803 PetscErrorCode PetscNvshmemMax(PetscInt count, float *dst, const float *src) in PetscNvshmemMax() 813 PetscErrorCode PetscNvshmemSum(PetscInt count, double *dst, const double *src) in PetscNvshmemSum() 823 PetscErrorCode PetscNvshmemMax(PetscInt count, double *dst, const double *src) in PetscNvshmemMax()
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagmulti.c | 241 const PetscInt dst = m / 2; in MergeRestrictionWeightToLeft1d_Private() local 255 const PetscInt dst = m / 2; in MergeRestrictionWeightToRight1d_Private() local 268 PetscInt i, j, src, dst; in MergeRestrictionWeightToLeft2d_Private() local 284 PetscInt i, j, src, dst; in MergeRestrictionWeightToRight2d_Private() local 300 PetscInt i, j, src, dst; in MergeRestrictionWeightToBottom2d_Private() local 316 PetscInt i, j, src, dst; in MergeRestrictionWeightToTop2d_Private() local 332 PetscInt i, j, k, src, dst; in MergeRestrictionWeightToLeft3d_Private() local 349 PetscInt i, j, k, src, dst; in MergeRestrictionWeightToRight3d_Private() local 366 PetscInt i, j, k, src, dst; in MergeRestrictionWeightToBottom3d_Private() local 383 PetscInt i, j, k, src, dst; in MergeRestrictionWeightToTop3d_Private() local [all …]
|
| /petsc/src/vec/is/sf/impls/basic/cupm/ |
| H A D | sfcupm_impl.hpp | 96 … PetscInt dsty, PetscInt dstX, PetscInt dstY, PetscInt dstStart, const PetscInt *dstIdx, Type *dst) in d_ScatterAndOp() 320 …st void *src, PetscInt dstStart, PetscSFPackOpt dstOpt, const PetscInt *dstIdx, void *dst) noexcept in ScatterAndOp() 362 …st void *src, PetscInt dstStart, PetscSFPackOpt dstOpt, const PetscInt *dstIdx, void *dst) noexcept in ScatterAndInsert() 582 inline PetscErrorCode SfInterface<T>::LinkMemcpy(PetscSFLink link, PetscMemType dstmtype, void *dst… in LinkMemcpy()
|
| /petsc/src/vec/is/sf/impls/basic/kokkos/ |
| H A D | sfkok.kokkos.cxx | 298 Type *dst = static_cast<Type *>(dst_); in ScatterAndOp() local 361 Type *dst = static_cast<Type *>(dst_); in ScatterAndInsert() local 575 …LinkMemcpy_Kokkos(PetscSFLink PETSC_UNUSED link, PetscMemType dstmtype, void *dst, PetscMemType sr… in PetscSFLinkMemcpy_Kokkos()
|
| /petsc/src/ksp/ksp/utils/lmvm/dense/ |
| H A D | denseqn.c | 441 static PetscErrorCode MatDestroyThenCopy(Mat src, Mat *dst) in MatDestroyThenCopy() 449 static PetscErrorCode VecDestroyThenCopy(Vec src, Vec *dst) in VecDestroyThenCopy()
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfpack.c | 501 static PetscErrorCode PetscSFLinkMemcpy_Host(PetscSFLink link, PetscMemType dstmtype, void *dst, Pe… in PetscSFLinkMemcpy_Host() 882 …PetscInt *srcIdx, const void *src, PetscInt dstStart, const PetscInt *dstIdx, void *dst, MPI_Op op) in PetscSFLinkScatterDataWithMPIReduceLocal()
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpi.c | 57 int MPIUNI_Memcpy(void *dst, const void *src, MPI_Count n) in MPIUNI_Memcpy()
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 1899 PetscScalar *dst, *dstbase = mumps->rhs_loc; in MatMumpsSetUpDistRHSInfo() local
|