Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmstag.h119 PETSC_EXTERN PetscErrorCode DMStagMatGetValuesStencil(DM, Mat, PetscInt, const DMStagStencil *, Pet…
/petsc/src/dm/impls/stag/tests/
H A Dex30.c1675 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, 1, &row, computed)); in CheckMat()
1687 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, 1, &row, computed)); in CheckMat()
1699 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, 1, &row, computed)); in CheckMat()
1713 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, 1, &row, computed)); in CheckMat()
2175 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, nEntries, col, computed)); in CheckMat()
2189 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, 1, &row, computed)); in CheckMat()
2651 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, nEntries, col, computed)); in CheckMat()
2665 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, 1, &row, computed)); in CheckMat()
3127 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, nEntries, col, computed)); in CheckMat()
3181 PetscCall(DMStagMatGetValuesStencil(dmSol, A, 1, &row, 7, col, computed)); in CheckMat()
/petsc/src/dm/impls/stag/
H A Dstagstencil.c305 PetscErrorCode DMStagMatGetValuesStencil(DM dm, Mat mat, PetscInt nRow, const DMStagStencil *posRow… in DMStagMatGetValuesStencil() function