Home
last modified time | relevance | path

Searched refs:VecMDot (Results 1 – 25 of 36) sorted by relevance

12

/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/gmres/
H A Dborthog2.c67 ierr = VecMDot(VEC_VV(it+1),it+1,&(VEC_VV(0)),lhh);CHKERRQ(ierr); /* <v,vnew> */ in KSPGMRESClassicalGramSchmidtOrthogonalization()
104 ierr = VecMDot(VEC_VV(it+1),it+1,&(VEC_VV(0)),lhh);CHKERRQ(ierr); /* <v,vnew> */ in KSPGMRESClassicalGramSchmidtOrthogonalization()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c663 ierr = VecMDot(MX[j], neig, XX, &(XMX[j*neig1]));CHKERRQ(ierr); in KSPDGMRESComputeDeflationData_DGMRES()
672 ierr = VecMDot(MX[j], r, UU, &(UMX[j*max_neig]));CHKERRQ(ierr); in KSPDGMRESComputeDeflationData_DGMRES()
679 ierr = VecMDot(MU[j], neig, XX, &(XMU[j*neig1]));CHKERRQ(ierr); in KSPDGMRESComputeDeflationData_DGMRES()
894 ierr = VecMDot(x, r, UU, X1);CHKERRQ(ierr); in KSPDGMRESApplyDeflation_DGMRES()
960 ierr = VecMDot(UU[j], r, MU, &AUU[j*aug1]);CHKERRQ(ierr); in KSPDGMRESImproveEig_DGMRES()
964 ierr = VecMDot(XX[j], r, MU, &AUU[(r+j) *aug1]);CHKERRQ(ierr); in KSPDGMRESImproveEig_DGMRES()
968 ierr = VecMDot(UU[j], neig, MX, &AUU[j*aug1+r]);CHKERRQ(ierr); in KSPDGMRESImproveEig_DGMRES()
978 ierr = VecMDot(MU[j], r, MU, &AUAU[j*aug1]);CHKERRQ(ierr); in KSPDGMRESImproveEig_DGMRES()
982 ierr = VecMDot(MX[j], r, MU, &AUAU[(r+j) *aug1]);CHKERRQ(ierr); in KSPDGMRESImproveEig_DGMRES()
986 ierr = VecMDot(MU[j], neig, MX, &AUAU[j*aug1+r]);CHKERRQ(ierr); in KSPDGMRESImproveEig_DGMRES()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/guess/impls/fischer/
H A Dfischer.c98 ierr = VecMDot(b,itg->curl,itg->btilde,itg->alpha);CHKERRQ(ierr); in KSPGuessFormGuess_Fischer_1()
133 ierr = VecMDot(itg->btilde[curl],curl,itg->btilde,itg->alpha);CHKERRQ(ierr); in KSPGuessUpdate_Fischer_1()
161 ierr = VecMDot(b,itg->curl,itg->xtilde,itg->alpha);CHKERRQ(ierr); in KSPGuessFormGuess_Fischer_2()
195 ierr = VecMDot(itg->Ax,curl,itg->xtilde,itg->alpha);CHKERRQ(ierr); in KSPGuessUpdate_Fischer_2()
/dports/science/PETSc/petsc-3.14.1/src/mat/interface/
H A Dmatnull.c153 ierr = VecMDot(vec[i],i,vec,dots);CHKERRQ(ierr); in MatNullSpaceCreateRigidBody()
277 ierr = VecMDot(vecs[i],n-i-1,vecs+i+1,dots);CHKERRQ(ierr); in MatNullSpaceCreate()
378 ierr = VecMDot(vec,sp->n,sp->vecs,sp->alpha);CHKERRQ(ierr); in MatNullSpaceRemove()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/guess/impls/pod/
H A Dpod.c179 ierr = VecMDot(pod->bsnap[pod->curr],pod->n,pod->xsnap,pod->swork);CHKERRQ(ierr); in KSPGuessFormGuess_POD()
260 ierr = VecMDot(pod->xsnap[pod->curr],pod->n,pod->bsnap,pod->swork);CHKERRQ(ierr); in KSPGuessUpdate_POD()
279 ierr = VecMDot(pod->xsnap[pod->curr],pod->n,pod->xsnap,pod->swork);CHKERRQ(ierr); in KSPGuessUpdate_POD()
280 ierr = VecMDot(pod->bsnap[pod->curr],pod->n,pod->xsnap,pod->swork + off);CHKERRQ(ierr); in KSPGuessUpdate_POD()
283 ierr = VecMDot(pod->xsnap[pod->curr],pod->n,pod->bsnap,pod->swork + off);CHKERRQ(ierr); in KSPGuessUpdate_POD()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/gmres/agmres/
H A Dagmresdeflation.c224 ierr = VecMDot(VEC_V(j), KspSize, TmpU, &MatEigR[j*N]);CHKERRQ(ierr); in KSPAGMRESComputeDeflationData()
227 ierr = VecMDot(U[j-max_k], KspSize, TmpU, &MatEigR[j*N]);CHKERRQ(ierr); in KSPAGMRESComputeDeflationData()
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/tests/
H A Dex43.c33 ierr = VecMDot(t,i,V,val_mdot);CHKERRQ(ierr); in main()
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/tutorials/
H A Dex1f.F90102 call VecMDot(x,ithree,z,dots,ierr)
H A Dex1f90.F9093 call VecMDot(x,ithree,z,dots,ierr);CHKERRA(ierr)
H A Dex20f90.F90105 call VecMDot(x,ithree,z,dots,ierr);CHKERRA(ierr)
H A Dex1.c80 ierr = VecMDot(x,3,z,dots);CHKERRQ(ierr); in main()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/cg/
H A Dcg.c391 …ierr = VecMDot(Z,2,tmpvecs,tmp);CHKERRQ(ierr); /* delta <- z'*A*z = r'*B*A*B*r */ in KSPSolve_CG_SingleReduction()
411 ierr = VecMDot(Z,2,tmpvecs,tmp);CHKERRQ(ierr); in KSPSolve_CG_SingleReduction()
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/interface/ftn-auto/
H A Drvectorf.c281 *__ierr = VecMDot( in vecmdot_()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/gcr/
H A Dgcr.c50 ierr = VecMDot(v,k, ctx->VV, ctx->val);CHKERRQ(ierr); in KSPSolve_GCR_cycle()
/dports/science/PETSc/petsc-3.14.1/src/snes/tutorials/output/
H A Dex19_tut_4.out56 VecMDot 568 1.0 2.6999e-01 1.0 6.61e+08 1.0 0.0e+00 0.0e+00 0.0e+00 9 21 0 0 0 9…
H A Dex19_tut_6.out57 VecMDot 655 1.0 2.0498e-01 1.1 1.94e+08 1.0 0.0e+00 0.0e+00 6.6e+02 16 21 0 0 43 16…
H A Dex19_tut_5.out56 VecMDot 111 1.0 7.1726e-03 1.0 1.38e+07 1.0 0.0e+00 0.0e+00 0.0e+00 1 3 0 0 0 1…
H A Dex19_tut_7.out57 VecMDot 170 1.0 2.7825e-02 2.9 5.78e+06 1.1 0.0e+00 0.0e+00 1.7e+02 4 3 0 0 12 4…
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/fcg/
H A Dfcg.c98 #define VecXMDot(a,b,c,d) (((fcg->type) == (KSP_CG_HERMITIAN)) ? VecMDot(a,b,c,d) : VecMTDot(a,b,c,… in KSPSolve_FCG()
/dports/science/PETSc/petsc-3.14.1/src/vec/f90-mod/ftn-auto-interfaces/
H A Dpetscvec.h90690 subroutine VecMDot(a,b,c,d,z)
697 end subroutine VecMDot
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/bcgsl/
H A Dbcgsl.c157 ierr = VecMDot(VVR[i], i+1, VVR, &MZa[i*ldMZ]);CHKERRQ(ierr); in KSPSolve_BCGSL()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/fcg/pipefcg/
H A Dpipefcg.c117 #define VecMXDot(x,n,y,a) (((pipefcg->type) == (KSP_CG_HERMITIAN)) ? VecMDot (x,n,y,a) : … in KSPSolve_PIPEFCG_cycle()
/dports/math/libmesh/libmesh-1.6.2/src/solvers/
H A Dpetsc_nonlinear_solver.C754 ierr = VecMDot(modes[i],i,modes,dots); in build_mat_null_space()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A Dpetscvec.pxi91 int VecMDot(PetscVec,PetscInt,PetscVec[],PetscScalar*)
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscvec.h166 PETSC_EXTERN PetscErrorCode VecMDot(Vec,PetscInt,const Vec[],PetscScalar[]);

12