Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c1791 static PetscErrorCode MatISSetPreallocation_IS(Mat B, PetscInt d_nz, const PetscInt d_nnz[], PetscI… in MatISSetPreallocation_IS() function
3692 …l(PetscObjectComposeFunction((PetscObject)A, "MatISSetPreallocation_C", MatISSetPreallocation_IS)); in MatCreate_IS()