Searched refs:VecSetPreallocationCOO (Results 1 – 4 of 4) sorted by relevance
53 PetscCall(VecSetPreallocationCOO(y, coo[rank].n, coo[rank].i)); in main()
188 PetscErrorCode VecSetPreallocationCOO(Vec x, PetscCount ncoo, const PetscInt coo_i[]) in VecSetPreallocationCOO() function252 PetscCall(VecSetPreallocationCOO(x, ncoo, coo_i)); in VecSetPreallocationCOOLocal()
169 - Add `VecSetPreallocationCOO()`, `VecSetValuesCOO()` and `VecSetPreallocationCOOLocal()` to suppor…
367 PETSC_EXTERN PetscErrorCode VecSetPreallocationCOO(Vec, PetscCount, const PetscInt[]);