Searched refs:BuildMatrix (Results 1 – 1 of 1) sorted by relevance
5 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