Home
last modified time | relevance | path

Searched refs:VecDuplicateWithArray_MPI (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/vec/impls/mpi/
H A Dpvecimpl.h80 PETSC_INTERN PetscErrorCode VecDuplicateWithArray_MPI(Vec, const PetscScalar *, Vec *);
H A Dpbvec.c24 PetscErrorCode VecDuplicateWithArray_MPI(Vec win, const PetscScalar *array, Vec *v) in VecDuplicateWithArray_MPI() function
64 PetscCall(VecDuplicateWithArray_MPI(win, NULL, v)); in VecDuplicate_MPI()
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx110 …PetscCall(VecDuplicateWithArray_MPI(win, w_dual.view_host().data(), &v)); /* after the call, v is … in VecDuplicate_MPIKokkos()