Searched refs:VecMDotEnd (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/snes/impls/ngmres/ |
| H A D | ngmresfunc.c | 58 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 D | al.c | 417 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 D | pipeprcg.c | 167 PetscCall(VecMDotEnd(S, 3, PRTST, mudelgam)); in KSPSolve_PIPEPRCG()
|
| /petsc/doc/changes/ |
| H A D | 231.md | 17 - Changed prototypes for VecMDotBegin(), VecMDotEnd(),
|
| /petsc/src/vec/vec/utils/ |
| H A D | comb.c | 643 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 D | pipegcr.c | 105 …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 D | pgmres.c | 63 PetscCall(VecMDotEnd(Zcur, it, &(VEC_VV(0)), HH(0, it - 1))); in KSPPGMRESCycle()
|
| /petsc/src/ksp/ksp/impls/gmres/pipefgmres/ |
| H A D | pipefgmres.c | 164 PetscCall(VecMDotEnd(ZVEC(loc_it), loc_it + 2, redux, lhh)); in KSPPIPEFGMRESCycle()
|
| /petsc/src/ksp/ksp/impls/fcg/pipefcg/ |
| H A D | pipefcg.c | 99 #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 D | petscvec.pxi | 116 PetscErrorCode VecMDotEnd(PetscVec, PetscInt, PetscVec[], PetscScalar*)
|
| H A D | Vec.pyx | 1979 mDot, mDotBegin, petsc.VecMDotEnd 1993 CHKERR(VecMDotEnd(self.vec, nv, v, val))
|
| /petsc/include/ |
| H A D | petscvec.h | 542 PETSC_EXTERN PetscErrorCode VecMDotEnd(Vec, PetscInt, const Vec[], PetscScalar[]);
|
| /petsc/doc/manual/ |
| H A D | vec.md | 735 VecMDotEnd(Vec x, PetscInt nv, Vec y[], PetscScalar *dot);
|