Searched refs:VecSetValuesCOO (Results 1 – 4 of 4) sorted by relevance
57 PetscCall(VecSetValuesCOO(y, vals, ADD_VALUES)); in main()
169 - Add `VecSetPreallocationCOO()`, `VecSetValuesCOO()` and `VecSetPreallocationCOOLocal()` to suppor…
369 PETSC_EXTERN PetscErrorCode VecSetValuesCOO(Vec, const PetscScalar[], InsertMode);
280 PetscErrorCode VecSetValuesCOO(Vec x, const PetscScalar coo_v[], InsertMode imode) in VecSetValuesCOO() function