Searched refs:ghost_par_orig2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | agg.c | 845 Vec ghost_par_orig2; in fixAggregatesWithSquare() local 946 PetscCall(VecDuplicate(mpimat_2->lvec, &ghost_par_orig2)); in fixAggregatesWithSquare() 947 …PetscCall(VecScatterBegin(mpimat_2->Mvctx, tempVec, ghost_par_orig2, INSERT_VALUES, SCATTER_FORWAR… in fixAggregatesWithSquare() 948 …PetscCall(VecScatterEnd(mpimat_2->Mvctx, tempVec, ghost_par_orig2, INSERT_VALUES, SCATTER_FORWARD)… in fixAggregatesWithSquare() 949 PetscCall(VecGetArray(ghost_par_orig2, &cpcol_2_par_orig)); in fixAggregatesWithSquare() 1155 PetscCall(VecDestroy(&ghost_par_orig2)); in fixAggregatesWithSquare()
|