Searched refs:isrowa (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 1576 IS isrowa, iscola; in MatMPISELLGetLocalMatCondensed() local 1587 PetscCall(ISCreateStride(PETSC_COMM_SELF, end - start, start, 1, &isrowa)); in MatMPISELLGetLocalMatCondensed() 1589 isrowa = *row; in MatMPISELLGetLocalMatCondensed() 1613 PetscCall(MatCreateSubMatrices(A, 1, &isrowa, &iscola, scall, &aloc)); in MatMPISELLGetLocalMatCondensed() 1616 if (!row) PetscCall(ISDestroy(&isrowa)); in MatMPISELLGetLocalMatCondensed()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 5366 IS isrowa, iscola; in MatMPIAIJGetLocalMatCondensed() local 5377 PetscCall(ISCreateStride(PETSC_COMM_SELF, end - start, start, 1, &isrowa)); in MatMPIAIJGetLocalMatCondensed() 5379 isrowa = *row; in MatMPIAIJGetLocalMatCondensed() 5403 PetscCall(MatCreateSubMatrices(A, 1, &isrowa, &iscola, scall, &aloc)); in MatMPIAIJGetLocalMatCondensed() 5409 if (!row) PetscCall(ISDestroy(&isrowa)); in MatMPIAIJGetLocalMatCondensed()
|