Searched refs:irbs (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 1420 PetscInt ll, newloc, irbs, icbs, arbs, acbs, rbs, cbs; in MatCreateSubMatrix_IS() local 1426 PetscCall(ISGetBlockSize(irow, &irbs)); in MatCreateSubMatrix_IS() 1428 rbs = arbs == irbs ? irbs : 1; in MatCreateSubMatrix_IS()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 2565 PetscInt irbs, rbs; in MatSetValuesBlockedLocal() local 2567 PetscCall(ISLocalToGlobalMappingGetBlockSize(mat->rmap->mapping, &irbs)); in MatSetValuesBlockedLocal() 2568 … == irbs, PetscObjectComm((PetscObject)mat), PETSC_ERR_SUP, "Different row block sizes! mat %" Pet… in MatSetValuesBlockedLocal()
|