Searched refs:ghostparents2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | agg.c | 1046 Vec tempVec, ghostgids2, ghostparents2; in fixAggregatesWithSquare() local 1057 PetscCall(VecDuplicate(mpimat_2->lvec, &ghostparents2)); in fixAggregatesWithSquare() 1058 …PetscCall(VecScatterBegin(mpimat_2->Mvctx, tempVec, ghostparents2, INSERT_VALUES, SCATTER_FORWARD)… in fixAggregatesWithSquare() 1059 … PetscCall(VecScatterEnd(mpimat_2->Mvctx, tempVec, ghostparents2, INSERT_VALUES, SCATTER_FORWARD)); in fixAggregatesWithSquare() 1060 PetscCall(VecGetArray(ghostparents2, &cpcol_2_parent)); in fixAggregatesWithSquare() 1151 PetscCall(VecRestoreArray(ghostparents2, &cpcol_2_parent)); in fixAggregatesWithSquare() 1154 PetscCall(VecDestroy(&ghostparents2)); in fixAggregatesWithSquare()
|