Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex61.c53 PetscCall(VecSetPreallocationCOO(y, coo[rank].n, coo[rank].i)); in main()
/petsc/src/vec/vec/interface/
H A Dvector.c188 PetscErrorCode VecSetPreallocationCOO(Vec x, PetscCount ncoo, const PetscInt coo_i[]) in VecSetPreallocationCOO() function
252 PetscCall(VecSetPreallocationCOO(x, ncoo, coo_i)); in VecSetPreallocationCOOLocal()
/petsc/doc/changes/
H A D318.md169 - Add `VecSetPreallocationCOO()`, `VecSetValuesCOO()` and `VecSetPreallocationCOOLocal()` to suppor…
/petsc/include/
H A Dpetscvec.h367 PETSC_EXTERN PetscErrorCode VecSetPreallocationCOO(Vec, PetscCount, const PetscInt[]);