Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/
H A Dmatnest.c1855 PetscInt ncr, rst; in MatConvert_Nest_SeqAIJ_fast() local
1858 PetscCall(ISGetLocalSize(nest->isglobal.row[i], &ncr)); in MatConvert_Nest_SeqAIJ_fast()
1864 for (ir = rst; ir < ncr + rst; ++ir) { in MatConvert_Nest_SeqAIJ_fast()
1876 PetscInt ncr, rst; in MatConvert_Nest_SeqAIJ_fast() local
1879 PetscCall(ISGetLocalSize(nest->isglobal.row[i], &ncr)); in MatConvert_Nest_SeqAIJ_fast()
1892 for (ir = rst; ir < ncr + rst; ++ir) { in MatConvert_Nest_SeqAIJ_fast()