Home
last modified time | relevance | path

Searched refs:PetscMemmove (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmem.pxi5 PetscErrorCode PetscMemmove(void*, void*, size_t)
/petsc/include/
H A Dpetscstring.h615 static inline PetscErrorCode PetscMemmove(void *a, const void *b, size_t n) in PetscMemmove() function
631 PetscCall(PetscMemmove((void *)b, (char *)b + ptr_diff, n - ptr_diff)); in PetscMemmove()
640 PetscCall(PetscMemmove(a, b, n - ptr_diff)); in PetscMemmove()
810 #define PetscArraymove(str1, str2, cnt) ((sizeof(*(str1)) == sizeof(*(str2))) ? PetscMemmove((str1)…
/petsc/src/sys/utils/
H A Dsortso.c77 PetscCallAbort(PETSC_COMM_SELF, PetscMemmove(b, a, size)); in COPYSWAPPY()
86 PetscCallAbort(PETSC_COMM_SELF, PetscMemmove(ar, al, asize)); in COPYSWAPPY2()
89 PetscCallAbort(PETSC_COMM_SELF, PetscMemmove(br, bl, bsize)); in COPYSWAPPY2()
112 PetscCallAbort(PETSC_COMM_SELF, PetscMemmove(dest, src, size)); in Petsc_memmove()
119 PetscCallAbort(PETSC_COMM_SELF, PetscMemmove(adest, asrc, asize)); in Petsc_memmove2()
120 PetscCallAbort(PETSC_COMM_SELF, PetscMemmove(bdest, bsrc, bsize)); in Petsc_memmove2()
/petsc/doc/changes/
H A D312.md18 - PetscArraymove() should be used instead of PetscMemmove(), it