Home
last modified time | relevance | path

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

/petsc/src/mat/tutorials/
H A Dex4.c29 PetscCall(MatResetPreallocation(A)); in main()
36 PetscCall(MatResetPreallocation(A)); in main()
H A Dex4f.F9035 PetscCallA(MatResetPreallocation(A, ierr))
/petsc/src/mat/tests/
H A Dex156.c86 PetscCall(MatResetPreallocation(mat)); in main()
/petsc/include/
H A Dpetscmat.h538 PETSC_EXTERN PetscErrorCode MatResetPreallocation(Mat);
/petsc/src/mat/interface/
H A Dmatrix.c915 PetscErrorCode MatResetPreallocation(Mat A) in MatResetPreallocation() function