Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/tutorials/
H A Dex4.c88 Vec aDVec; in SmwSetup() local
101 PetscCall(MatCreateVecs(ctx->aD, &aDVec, NULL)); in SmwSetup()
102 PetscCall(MatGetDiagonal(ctx->aD, aDVec)); in SmwSetup()
103 PetscCall(VecReciprocal(aDVec)); in SmwSetup()
104 PetscCall(MatDiagonalSet(ctx->aDinv, aDVec, INSERT_VALUES)); in SmwSetup()
121 PetscCall(VecDestroy(&aDVec)); in SmwSetup()