Searched refs:VecMTDotEnd (Results 1 – 7 of 7) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 231.md | 18 VecMTDotBegin(), VecMTDotEnd() to confirm with PETSc prototype
|
| /petsc/src/ksp/ksp/impls/fcg/pipefcg/ |
| H A D | pipefcg.c | 99 …, n, y, a) (pipefcg->type == KSP_CG_HERMITIAN ? VecMDotEnd(x, n, y, a) : VecMTDotEnd(x, n, y, a)) in KSPSolve_PIPEFCG_cycle()
|
| /petsc/src/vec/vec/utils/ |
| H A D | comb.c | 734 PetscErrorCode VecMTDotEnd(Vec x, PetscInt nv, const Vec y[], PetscScalar result[]) in VecMTDotEnd() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 119 PetscErrorCode VecMTDotEnd(PetscVec, PetscInt, PetscVec[], PetscScalar*)
|
| H A D | Vec.pyx | 2073 mtDot, mtDotBegin, petsc.VecMTDotEnd 2087 CHKERR(VecMTDotEnd(self.vec, nv, v, val))
|
| /petsc/include/ |
| H A D | petscvec.h | 544 PETSC_EXTERN PetscErrorCode VecMTDotEnd(Vec, PetscInt, const Vec[], PetscScalar[]);
|
| /petsc/doc/manual/ |
| H A D | vec.md | 747 `VecMTDotBegin()`, `VecMTDotEnd()`.
|