Searched refs:DMPatchGetCommSize (Results 1 – 2 of 2) sorted by relevance
25 PETSC_EXTERN PetscErrorCode DMPatchGetCommSize(DM, MatStencil *);
204 PetscCall(DMPatchGetCommSize(dm, &commSize)); in DMPatchSolve()205 PetscCall(DMPatchGetCommSize(dm, &commSize)); in DMPatchSolve()427 PetscErrorCode DMPatchGetCommSize(DM dm, MatStencil *commSize) in DMPatchGetCommSize() function