Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex178.c5 extern PetscErrorCode BuildMatrix(const PetscInt *, PetscInt, const PetscInt *, Mat *);
83 PetscCall(BuildMatrix(parts, nblocks, blocksizes, &A)); in main()
131 PetscErrorCode BuildMatrix(const PetscInt *parts, PetscInt nblocks, const PetscInt *blocksizes, Mat… in BuildMatrix() function