Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/
H A Ddvecimpl.h36 PETSC_INTERN PetscErrorCode VecSetPreallocationCOO_Seq(Vec, PetscCount, const PetscInt[]);
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c573 PetscErrorCode VecSetPreallocationCOO_Seq(Vec x, PetscCount coo_n, const PetscInt coo_i[]) in VecSetPreallocationCOO_Seq() function
801 PetscDesignatedInitializer(setpreallocationcoo, VecSetPreallocationCOO_Seq),
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp339 VecSetOp_CUPM(setpreallocationcoo, VecSetPreallocationCOO_Seq, SetPreallocationCOO); in BindToCPU()
2240 PetscCall(VecSetPreallocationCOO_Seq(v, ncoo, coo_i)); in SetPreallocationCOO()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1568 PetscCall(VecSetPreallocationCOO_Seq(x, ncoo, coo_i)); in VecSetPreallocationCOO_SeqKokkos()