Searched refs:MatNestFindNonzeroSubMatRow (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 506 static PetscErrorCode MatNestFindNonzeroSubMatRow(Mat A, PetscInt row, Mat *B) in MatNestFindNonzeroSubMatRow() function 1526 PetscCall(MatNestFindNonzeroSubMatRow(A, i, &sub)); in MatNestCreateAggregateL2G_Private() 1619 PetscCall(MatNestFindNonzeroSubMatRow(A, i, &sub)); in MatSetUp_NestIS_Private() 1628 PetscCall(MatNestFindNonzeroSubMatRow(A, i, &sub)); in MatSetUp_NestIS_Private() 1672 PetscCall(MatNestFindNonzeroSubMatRow(A, i, &sub)); in MatSetUp_NestIS_Private()
|