Home
last modified time | relevance | path

Searched refs:VecReciprocal (Results 1 – 25 of 40) sorted by relevance

12

/petsc/src/vec/vec/tests/
H A Dex60.c65 PetscCall(VecReciprocal(x)); in main()
/petsc/src/ts/tutorials/
H A Dex50.c456 PetscCall(VecReciprocal(appctx->SEMop.mass)); in RHSMatrixLaplaciangllDM()
458 PetscCall(VecReciprocal(appctx->SEMop.mass)); in RHSMatrixLaplaciangllDM()
515 PetscCall(VecReciprocal(appctx->SEMop.mass)); in RHSMatrixAdvectiongllDM()
517 PetscCall(VecReciprocal(appctx->SEMop.mass)); in RHSMatrixAdvectiongllDM()
/petsc/src/ksp/ksp/utils/lmvm/rescale/
H A Dsymbrdnrescale.c144 PetscCall(VecReciprocal(ldb->invDnew)); in SymBroydenRescaleUpdateDiagonal()
147 PetscCall(VecReciprocal(ldb->invDnew)); in SymBroydenRescaleUpdateDiagonal()
189 PetscCall(VecReciprocal(ldb->U)); in SymBroydenRescaleUpdateDiagonal()
193 PetscCall(VecReciprocal(ldb->U)); in SymBroydenRescaleUpdateDiagonal()
/petsc/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c464 PetscCall(VecReciprocal(appctx->SEMop.mass)); in RHSMatrixLaplaciangllDM()
466 PetscCall(VecReciprocal(appctx->SEMop.mass)); in RHSMatrixLaplaciangllDM()
515 PetscCall(VecReciprocal(appctx->SEMop.mass)); in RHSMatrixAdvectiongllDM()
517 PetscCall(VecReciprocal(appctx->SEMop.mass)); in RHSMatrixAdvectiongllDM()
H A Dspectraladjointassimilation.c488 PetscCall(VecReciprocal(appctx->SEMop.mass)); in RHSLaplacian()
490 PetscCall(VecReciprocal(appctx->SEMop.mass)); in RHSLaplacian()
539 PetscCall(VecReciprocal(appctx->SEMop.mass)); in RHSAdvection()
541 PetscCall(VecReciprocal(appctx->SEMop.mass)); in RHSAdvection()
/petsc/src/ksp/pc/tutorials/
H A Dex4.c103 PetscCall(VecReciprocal(aDVec)); in SmwSetup()
242 PetscCall(VecReciprocal(Qdiag)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex15.c278 PetscCall(VecReciprocal(diag)); in SampleShellPCSetUp()
H A Dex15f.F9047 PetscCallA(VecReciprocal(diag, ierr))
/petsc/src/tao/pde_constrained/tutorials/
H A Delliptic.c260 PetscCall(VecReciprocal(user->Swork)); in FormJacobianState()
402 PetscCall(VecReciprocal(user->Swork)); in DesignMatMult()
448 PetscCall(VecReciprocal(user->Sdiag)); in DesignMatMultTranspose()
979 PetscCall(VecReciprocal(user->Swork)); in EllipticInitialize()
1038 PetscCall(VecReciprocal(user->Swork)); in EllipticInitialize()
H A Dparabolic.c337 PetscCall(VecReciprocal(user->Swork)); in FormJacobianState()
428 PetscCall(VecReciprocal(user->Swork)); in DesignMatMult()
465 PetscCall(VecReciprocal(user->Rwork)); in DesignMatMultTranspose()
/petsc/src/ksp/pc/impls/lsc/
H A Dlsc.c70 PetscCall(VecReciprocal(lsc->scale)); in PCSetUp_LSC()
/petsc/src/tao/quadratic/impls/bqpip/
H A Dbqpip.c65 PetscCall(VecReciprocal(qp->Z)); in QPIPSetInitialPoint()
68 PetscCall(VecReciprocal(qp->S)); in QPIPSetInitialPoint()
/petsc/src/mat/impls/diagonal/
H A Ddiagonal.c21 PetscCall(VecReciprocal(ctx->diag)); in MatDiagonalSetUpDiagonal()
35 PetscCall(VecReciprocal(ctx->inv_diag)); in MatDiagonalSetUpInverseDiagonal()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi154 PetscErrorCode VecReciprocal(PetscVec)
342 CHKERR(VecReciprocal(vec.vec))
/petsc/src/ts/utils/
H A Ddmlocalts.c505 PetscCall(VecReciprocal(dmlocalts->lumpedmassinv)); in DMTSCreateRHSMassMatrixLumped()
/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c252 PetscCall(VecReciprocal(diag)); in PCSetUp_Jacobi()
/petsc/src/ksp/ksp/utils/lmvm/bfgs/
H A Dbfgs.c150 PetscCall(VecReciprocal(invD)); in BFGSCompactDenseProductsUpdate()
/petsc/src/tao/constrained/tutorials/
H A DtomographyADMM.c149 PetscCall(VecReciprocal(user->workN2)); in HessianReg()
/petsc/src/ksp/pc/impls/mg/
H A Dmgfunc.c447 PetscCall(VecReciprocal(coarse)); in PCMGGetRScale()
/petsc/src/ksp/ksp/interface/
H A Ditfunc.c878 PetscCall(VecReciprocal(ksp->truediagonal)); in KSPSolve_Private()
943 PetscCall(VecReciprocal(ksp->diagonal)); in KSPSolve_Private()
948 PetscCall(VecReciprocal(ksp->diagonal)); in KSPSolve_Private()
/petsc/src/tao/tutorials/
H A Dex4.c336 PetscCall(VecReciprocal(copy1)); in HessianRegularization()
/petsc/src/snes/tutorials/
H A Dex70.c354 PetscCall(VecReciprocal(diag)); in StokesSetupApproxSchur()
/petsc/src/tao/leastsquares/impls/brgn/
H A Dbrgn.c198 PetscCall(VecReciprocal(gn->diag)); in GNComputeHessian()
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c740 PetscCall(VecReciprocal(lbfgs->inv_diag_vec)); in MatLMVMDBFGSUpdateMultData()
1166 PetscCall(VecReciprocal(ldfp->inv_diag_vec)); in MatLMVMDDFPUpdateSolveData()
/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c838 PetscCall(VecReciprocal(diag)); in PCGAMGOptProlongator_Classical_Jacobi()

12