Home
last modified time | relevance | path

Searched refs:iscola (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c1576 IS isrowa, iscola; in MatMPISELLGetLocalMatCondensed() local
1605 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, ncols, idx, PETSC_OWN_POINTER, &iscola)); in MatMPISELLGetLocalMatCondensed()
1607 iscola = *col; in MatMPISELLGetLocalMatCondensed()
1613 PetscCall(MatCreateSubMatrices(A, 1, &isrowa, &iscola, scall, &aloc)); in MatMPISELLGetLocalMatCondensed()
1617 if (!col) PetscCall(ISDestroy(&iscola)); in MatMPISELLGetLocalMatCondensed()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5366 IS isrowa, iscola; in MatMPIAIJGetLocalMatCondensed() local
5395 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, ncols, idx, PETSC_OWN_POINTER, &iscola)); in MatMPIAIJGetLocalMatCondensed()
5397 iscola = *col; in MatMPIAIJGetLocalMatCondensed()
5403 PetscCall(MatCreateSubMatrices(A, 1, &isrowa, &iscola, scall, &aloc)); in MatMPIAIJGetLocalMatCondensed()
5405 …etscObjectCompose((PetscObject)aloc[0], "_petsc_GetLocalMatCondensed_iscol", (PetscObject)iscola)); in MatMPIAIJGetLocalMatCondensed()
5410 if (!col) PetscCall(ISDestroy(&iscola)); in MatMPIAIJGetLocalMatCondensed()