Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckokkosimpl.hpp22 struct Vec_Kokkos { struct
40 /* Construct Vec_Kokkos with the given array(s). n is the length of the array. argument
46 Vec_Kokkos(PetscInt n, PetscScalar *array_h, PetscScalar *array_d = NULL) in Vec_Kokkos() argument
61 Vec_Kokkos(PetscScalarKokkosDualView dual) : v_dual(dual) { } in Vec_Kokkos() argument
67 PetscErrorCode UpdateArray(PetscScalar *array) in UpdateArray()
79 PetscErrorCode UpdateArray(PetscScalar *array) in UpdateArray()
90 PetscErrorCode UpdateArray(PetscScalar *array) in UpdateArray()
100 PetscErrorCode SetUpCOO(const Vec_Seq *vecseq, PetscInt m) in SetUpCOO()
108 PetscErrorCode SetUpCOO(const Vec_MPI *vecmpi, PetscInt m) in SetUpCOO()