Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Dinode.c3919 PetscInt i, j, m, nzx, nzy, *ns, node_count, blk_size; in MatSeqAIJCheckInode() local
3944 … for (j = i + 1, idy = idx, blk_size = 1; j < m && blk_size < a->inode.limit; ++j, ++blk_size) { in MatSeqAIJCheckInode()
3951 ns[node_count + 1] = ns[node_count] + blk_size; in MatSeqAIJCheckInode()
3953 idx += blk_size * nzx; in MatSeqAIJCheckInode()
4048 PetscInt i, j, m, nzl1, nzu1, nzl2, nzu2, nzx, nzy, node_count, blk_size; in MatSeqAIJCheckInode_FactorLU() local
4072 for (j = i + 1, blk_size = 1; j < m && blk_size < a->inode.limit; ++j, ++blk_size) { in MatSeqAIJCheckInode_FactorLU()
4081 ns[node_count + 1] = ns[node_count] + blk_size; in MatSeqAIJCheckInode_FactorLU()