Home
last modified time | relevance | path

Searched refs:VecSetPreallocationCOOLocal (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/changes/
H A D318.md169 - Add `VecSetPreallocationCOO()`, `VecSetValuesCOO()` and `VecSetPreallocationCOOLocal()` to suppor…
/petsc/include/
H A Dpetscvec.h368 PETSC_EXTERN PetscErrorCode VecSetPreallocationCOOLocal(Vec, PetscCount, PetscInt[]);
/petsc/src/vec/vec/interface/
H A Dvector.c239 PetscErrorCode VecSetPreallocationCOOLocal(Vec x, PetscCount ncoo, PetscInt coo_i[]) in VecSetPreallocationCOOLocal() function