Searched refs:nRow (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagstencil.c | 305 PetscErrorCode DMStagMatGetValuesStencil(DM dm, Mat mat, PetscInt nRow, const DMStagStencil *posRow… in DMStagMatGetValuesStencil() argument 314 PetscCall(PetscMalloc2(nRow, &ir, nCol, &ic)); in DMStagMatGetValuesStencil() 315 PetscCall(DMStagStencilToIndexLocal(dm, dim, nRow, posRow, ir)); in DMStagMatGetValuesStencil() 317 PetscCall(MatGetValuesLocal(mat, nRow, ir, nCol, ic, val)); in DMStagMatGetValuesStencil() 344 PetscErrorCode DMStagMatSetValuesStencil(DM dm, Mat mat, PetscInt nRow, const DMStagStencil *posRow… in DMStagMatSetValuesStencil() argument 351 PetscCall(PetscMalloc2(nRow, &ir, nCol, &ic)); in DMStagMatSetValuesStencil() 352 PetscCall(DMStagStencilToIndexLocal(dm, dm->dim, nRow, posRow, ir)); in DMStagMatSetValuesStencil() 354 PetscCall(MatSetValuesLocal(mat, nRow, ir, nCol, ic, val, insertMode)); in DMStagMatSetValuesStencil()
|