Home
last modified time | relevance | path

Searched refs:VecCreateMPIViennaCLWithArray (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscviennacl.h34 PETSC_EXTERN PetscErrorCode VecCreateMPIViennaCLWithArray(MPI_Comm, PetscInt, PetscInt, PetscInt, c…
/petsc/src/vec/vec/impls/mpi/mpiviennacl/
H A Dmpiviennacl.cxx292 PetscErrorCode VecCreateMPIViennaCLWithArray(MPI_Comm comm, PetscInt bs, PetscInt n, PetscInt N, co… in VecCreateMPIViennaCLWithArray() function
343 PetscCall(VecCreateMPIViennaCLWithArray(comm, bs, n, N, viennaclvec, vv)); in VecCreateMPIViennaCLWithArrays()