Searched refs:aggs_2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | agg.c | 834 …tic PetscErrorCode fixAggregatesWithSquare(PC pc, Mat Gmat_2, Mat Gmat_1, PetscCoarsenData *aggs_2) in fixAggregatesWithSquare() argument 891 PetscCall(PetscCDGetHeadPos(aggs_2, lid, &pos)); in fixAggregatesWithSquare() 908 PetscCall(PetscCDGetHeadPos(aggs_2, lid, &pos)); in fixAggregatesWithSquare() 913 PetscCall(PetscCDGetNextPos(aggs_2, lid, &pos)); in fixAggregatesWithSquare() 972 PetscCall(PetscCDGetHeadPos(aggs_2, slid, &pos)); in fixAggregatesWithSquare() 979 PetscCall(PetscCDRemoveNextNode(aggs_2, slid, last)); in fixAggregatesWithSquare() 980 PetscCall(PetscCDAppendNode(aggs_2, lid, pos)); in fixAggregatesWithSquare() 984 PetscCall(PetscCDGetNextPos(aggs_2, slid, &pos)); in fixAggregatesWithSquare() 993 PetscCall(PetscCDAppendID(aggs_2, lid, lidj + my0)); in fixAggregatesWithSquare() 1016 PetscCall(PetscCDGetHeadPos(aggs_2, oldslidj, &pos)); in fixAggregatesWithSquare() [all …]
|