Searched refs:ghostgids2 (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 1070 PetscCall(VecDuplicate(mpimat_2->lvec, &ghostgids2)); in fixAggregatesWithSquare() 1071 … PetscCall(VecScatterBegin(mpimat_2->Mvctx, tempVec, ghostgids2, INSERT_VALUES, SCATTER_FORWARD)); in fixAggregatesWithSquare() 1072 PetscCall(VecScatterEnd(mpimat_2->Mvctx, tempVec, ghostgids2, INSERT_VALUES, SCATTER_FORWARD)); in fixAggregatesWithSquare() 1073 PetscCall(VecGetArray(ghostgids2, &cpcol_2_gid)); in fixAggregatesWithSquare() 1152 PetscCall(VecRestoreArray(ghostgids2, &cpcol_2_gid)); in fixAggregatesWithSquare() 1153 PetscCall(VecDestroy(&ghostgids2)); in fixAggregatesWithSquare()
|