Searched refs:Gmat_1 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | agg.c | 834 static PetscErrorCode fixAggregatesWithSquare(PC pc, Mat Gmat_2, Mat Gmat_1, PetscCoarsenData *aggs… in fixAggregatesWithSquare() argument 851 PetscCall(MatGetOwnershipRange(Gmat_1, &my0, &Iend)); in fixAggregatesWithSquare() 854 PetscCall(PetscStrbeginswith(((PetscObject)Gmat_1)->type_name, MATMPIAIJ, &isMPI)); in fixAggregatesWithSquare() 861 mpimat_1 = (Mat_MPIAIJ *)Gmat_1->data; in fixAggregatesWithSquare() 866 …Row(mpimat_1->B, matB_1->nonzerorowcnt, &matB_1->compressedrow, matB_1->i, Gmat_1->rmap->n, -1.0)); in fixAggregatesWithSquare() 876 PetscCall(PetscStrbeginswith(((PetscObject)Gmat_1)->type_name, MATSEQAIJ, &isAIJ)); in fixAggregatesWithSquare() 878 matA_1 = (Mat_SeqAIJ *)Gmat_1->data; in fixAggregatesWithSquare() 923 PetscCall(MatCreateVecs(Gmat_1, &tempVec, NULL)); in fixAggregatesWithSquare()
|