Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c56 PetscCall(VecMDotBegin(FM, l, Fdot, xi)); in SNESNGMRESFormCombinedSolution_Private()
57 PetscCall(VecMDotBegin(Fdot[ivec], l, Fdot, beta)); in SNESNGMRESFormCombinedSolution_Private()
/petsc/src/snes/impls/al/
H A Dal.c415 PetscCall(VecMDotBegin(DeltaX, 3, rhs1, coefs1)); in SNESSolve_NEWTONAL()
416 PetscCall(VecMDotBegin(deltaX_R, 2, rhs2, coefs2)); in SNESSolve_NEWTONAL()
/petsc/src/ksp/ksp/impls/cg/pipeprcg/
H A Dpipeprcg.c152 PetscCall(VecMDotBegin(S, 3, PRTST, mudelgam)); in KSPSolve_PIPEPRCG()
/petsc/doc/changes/
H A D231.md17 - Changed prototypes for VecMDotBegin(), VecMDotEnd(),
/petsc/src/ksp/ksp/impls/gcr/pipegcr/
H A Dpipegcr.c101 …PetscCall(VecMDotBegin(w, 2, redux, dots)); /* Start split reduction… in KSPSolve_PIPEGCR_cycle()
170 PetscCall(VecMDotBegin(w, j + 2, redux, dots)); in KSPSolve_PIPEGCR_cycle()
/petsc/src/ksp/ksp/impls/gmres/pgmres/
H A Dpgmres.c142 PetscCall(VecMDotBegin(Znext, it + 1, &VEC_VV(0), HH(0, it))); in KSPPGMRESCycle()
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/
H A Dpipefgmres.c140 PetscCall(VecMDotBegin(ZVEC(loc_it), loc_it + 2, redux, lhh)); in KSPPIPEFGMRESCycle()
/petsc/src/ksp/ksp/impls/fcg/pipefcg/
H A Dpipefcg.c98 #define VecMXDotBegin(x, n, y, a) (pipefcg->type == KSP_CG_HERMITIAN ? VecMDotBegin(x, n, y, a) : V… in KSPSolve_PIPEFCG_cycle()
/petsc/src/vec/vec/utils/
H A Dcomb.c597 PetscErrorCode VecMDotBegin(Vec x, PetscInt nv, const Vec y[], PetscScalar result[]) in VecMDotBegin() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi115 PetscErrorCode VecMDotBegin(PetscVec, PetscInt, PetscVec[], PetscScalar*)
H A DVec.pyx1949 mDot, mDotEnd, petsc.VecMDotBegin
1963 CHKERR(VecMDotBegin(self.vec, nv, v, val))
/petsc/include/
H A Dpetscvec.h541 PETSC_EXTERN PetscErrorCode VecMDotBegin(Vec, PetscInt, const Vec[], PetscScalar[]);
/petsc/doc/manual/
H A Dvec.md731 VecMDotBegin(Vec x, PetscInt nv, Vec y[], PetscScalar *dot);