Home
last modified time | relevance | path

Searched refs:tempVec (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c920 Vec tempVec; in fixAggregatesWithSquare() local
923 PetscCall(MatCreateVecs(Gmat_1, &tempVec, NULL)); in fixAggregatesWithSquare()
927 PetscCall(VecSetValues(tempVec, 1, &j, &v, INSERT_VALUES)); in fixAggregatesWithSquare()
929 PetscCall(VecAssemblyBegin(tempVec)); in fixAggregatesWithSquare()
930 PetscCall(VecAssemblyEnd(tempVec)); in fixAggregatesWithSquare()
931 …PetscCall(VecScatterBegin(mpimat_1->Mvctx, tempVec, mpimat_1->lvec, INSERT_VALUES, SCATTER_FORWARD… in fixAggregatesWithSquare()
932 …PetscCall(VecScatterEnd(mpimat_1->Mvctx, tempVec, mpimat_1->lvec, INSERT_VALUES, SCATTER_FORWARD)); in fixAggregatesWithSquare()
935 …PetscCall(VecScatterBegin(mpimat_2->Mvctx, tempVec, mpimat_2->lvec, INSERT_VALUES, SCATTER_FORWARD… in fixAggregatesWithSquare()
936 …PetscCall(VecScatterEnd(mpimat_2->Mvctx, tempVec, mpimat_2->lvec, INSERT_VALUES, SCATTER_FORWARD)); in fixAggregatesWithSquare()
942 PetscCall(VecSetValues(tempVec, 1, &j, &v, INSERT_VALUES)); in fixAggregatesWithSquare()
[all …]