Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c58 PetscCall(VecMDotEnd(FM, l, Fdot, xi)); in SNESNGMRESFormCombinedSolution_Private()
59 PetscCall(VecMDotEnd(Fdot[ivec], l, Fdot, beta)); in SNESNGMRESFormCombinedSolution_Private()
/petsc/src/snes/impls/al/
H A Dal.c417 PetscCall(VecMDotEnd(DeltaX, 3, rhs1, coefs1)); in SNESSolve_NEWTONAL()
418 PetscCall(VecMDotEnd(deltaX_R, 2, rhs2, coefs2)); in SNESSolve_NEWTONAL()
/petsc/src/ksp/ksp/impls/cg/pipeprcg/
H A Dpipeprcg.c167 PetscCall(VecMDotEnd(S, 3, PRTST, mudelgam)); in KSPSolve_PIPEPRCG()
/petsc/doc/changes/
H A D231.md17 - Changed prototypes for VecMDotBegin(), VecMDotEnd(),
/petsc/src/vec/vec/utils/
H A Dcomb.c643 PetscErrorCode VecMDotEnd(Vec x, PetscInt nv, const Vec y[], PetscScalar result[]) in VecMDotEnd() function
740 PetscCall(VecMDotEnd(x, nv, y, result)); in VecMTDotEnd()
/petsc/src/ksp/ksp/impls/gcr/pipegcr/
H A Dpipegcr.c105 …PetscCall(VecMDotEnd(w, 2, redux, dots)); /* Finish split reductio… in KSPSolve_PIPEGCR_cycle()
180 PetscCall(VecMDotEnd(w, j + 2, redux, dots)); in KSPSolve_PIPEGCR_cycle()
/petsc/src/ksp/ksp/impls/gmres/pgmres/
H A Dpgmres.c63 PetscCall(VecMDotEnd(Zcur, it, &(VEC_VV(0)), HH(0, it - 1))); in KSPPGMRESCycle()
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/
H A Dpipefgmres.c164 PetscCall(VecMDotEnd(ZVEC(loc_it), loc_it + 2, redux, lhh)); in KSPPIPEFGMRESCycle()
/petsc/src/ksp/ksp/impls/fcg/pipefcg/
H A Dpipefcg.c99 #define VecMXDotEnd(x, n, y, a) (pipefcg->type == KSP_CG_HERMITIAN ? VecMDotEnd(x, n, y, a) : Vec… in KSPSolve_PIPEFCG_cycle()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi116 PetscErrorCode VecMDotEnd(PetscVec, PetscInt, PetscVec[], PetscScalar*)
H A DVec.pyx1979 mDot, mDotBegin, petsc.VecMDotEnd
1993 CHKERR(VecMDotEnd(self.vec, nv, v, val))
/petsc/include/
H A Dpetscvec.h542 PETSC_EXTERN PetscErrorCode VecMDotEnd(Vec, PetscInt, const Vec[], PetscScalar[]);
/petsc/doc/manual/
H A Dvec.md735 VecMDotEnd(Vec x, PetscInt nv, Vec y[], PetscScalar *dot);