Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c837 Mat_SeqAIJ *matA_1, *matB_1 = NULL; in fixAggregatesWithSquare() local
863 matB_1 = (Mat_SeqAIJ *)mpimat_1->B->data; in fixAggregatesWithSquare()
866 …PetscCall(MatCheckCompressedRow(mpimat_1->B, matB_1->nonzerorowcnt, &matB_1->compressedrow, matB_1 in fixAggregatesWithSquare()
867 for (ix = 0; ix < matB_1->compressedrow.nrows; ix++) { in fixAggregatesWithSquare()
868 PetscInt lid = matB_1->compressedrow.rindex[ix]; in fixAggregatesWithSquare()
880 …if (nloc > 0) PetscCheck(!matB_1 || matB_1->compressedrow.use, PETSC_COMM_SELF, PETSC_ERR_PLIB, "m… in fixAggregatesWithSquare()
1002 ii = matB_1->compressedrow.i; in fixAggregatesWithSquare()
1004 idx = matB_1->j + ii[ix]; in fixAggregatesWithSquare()