Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmpatch.h22 PETSC_EXTERN PetscErrorCode DMPatchSolve(DM);
/petsc/src/dm/impls/patch/tests/
H A Dex1.c74 PetscCall(DMPatchSolve(dm)); in main()
/petsc/src/dm/impls/patch/
H A Dpatch.c187 PetscErrorCode DMPatchSolve(DM dm) in DMPatchSolve() function