Home
last modified time | relevance | path

Searched defs:commSize (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/patch/tests/
H A Dex1.c18 MatStencil commSize; /* Size of patch comm */ member
23 PetscInt patchSize, commSize, gridSize; in ProcessOptions() local
/petsc/include/petsc/private/
H A Ddmpatchimpl.h11 MatStencil commSize; member
/petsc/src/dm/impls/patch/
H A Dpatchcreate.c100 …PatchCreateGrid(MPI_Comm comm, PetscInt dim, MatStencil patchSize, MatStencil commSize, MatStencil… in DMPatchCreateGrid()
H A Dpatch.c193 MatStencil patchSize, commSize, gridRank, lower, upper; in DMPatchSolve() local
427 PetscErrorCode DMPatchGetCommSize(DM dm, MatStencil *commSize) in DMPatchGetCommSize()
438 PetscErrorCode DMPatchSetCommSize(DM dm, MatStencil commSize) in DMPatchSetCommSize()