Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 9 of 9) sorted by relevance

/petsc/config/
H A Dinstall.py133 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 Dsfnvshmem.cu327 …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 Dstagmulti.c241 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 Dsfcupm_impl.hpp96 … 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 Dsfkok.kokkos.cxx298 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 Ddenseqn.c441 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 Dsfpack.c501 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 Dmpi.c57 int MPIUNI_Memcpy(void *dst, const void *src, MPI_Count n) in MPIUNI_Memcpy()
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c1899 PetscScalar *dst, *dstbase = mumps->rhs_loc; in MatMumpsSetUpDistRHSInfo() local