Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmpatch.h28 PETSC_EXTERN PetscErrorCode DMPatchCreateGrid(MPI_Comm, PetscInt, MatStencil, MatStencil, MatStenci…
/petsc/src/dm/impls/patch/tests/
H A Dex1.c69 …PetscCall(DMPatchCreateGrid(PETSC_COMM_WORLD, user.dim, user.patchSize, user.commSize, user.gridSi… in main()
/petsc/src/dm/impls/patch/
H A Dpatchcreate.c100 PetscErrorCode DMPatchCreateGrid(MPI_Comm comm, PetscInt dim, MatStencil patchSize, MatStencil comm… in DMPatchCreateGrid() function