Home
last modified time | relevance | path

Searched refs:fMtxVdimVecMult (Results 1 – 4 of 4) sorted by relevance

/phasta/phSolver/incompressible/
H A Dlestools.c186 fMtxVdimVecMult( srcpnt, in lesDiagScaleCp()
203 fMtxVdimVecMult( srcpnt, in lesDiagScaleCp()
902 fMtxVdimVecMult( srcpnt, in lesApG()
923 fMtxVdimVecMult( usrHd->lesQ, in lesApG()
978 fMtxVdimVecMult( src1pnt, in lesApKG()
987 fMtxVdimVecMult( src2pnt, in lesApKG()
1009 fMtxVdimVecMult( usrHd->lesQ, in lesApKG()
1052 fMtxVdimVecMult( srcpnt, in lesApNGt()
1073 fMtxVdimVecMult( usrHd->lesQ, in lesApNGt()
1128 fMtxVdimVecMult( src1pnt, in lesApNGtC()
[all …]
H A Dusr.h92 #define fMtxVdimVecMult FortranCInterface_GLOBAL_(fmtxvdimvecmult,FMTXVDIMVECMULT) macro
H A Dftools.f52 subroutine fMtxVdimVecMult( a, b, c, na, nb, nc, m, n ) subroutine
/phasta/phSolver/AMG/
H A Dramg_paratools.f511 call fMtxVdimVecMult(p,amg_ppeDiag(1)%p,t1a,1,1,1,1,nshg)
512 call fMtxVdimVecMult(t1a,diag(:,4),t1,1,1,1,1,nshg)
519 call fMtxVdimVecMult(t2,diag,t2a,3,4,3,3,nshg)
520 call fMtxVdimVecMult(t2a,diag,t2,3,4,3,3,nshg)
531 call fMtxVdimVecMult(t1,diag(:,4),t1a,1,1,1,1,nshg)
532 call fMtxVdimVecMult(t1a,amg_ppeDiag(1)%p,q,1,1,1,1,nshg)
565 call fMtxVdimVecMult(p,amg_ppeDiag(1)%p,t1a,1,1,1,1,nshg)
566 call fMtxVdimVecMult(t1a,diag(:,4),t1,1,1,1,1,nshg)
573 call fMtxVdimVecMult(t2,diag,t2a,3,4,3,3,nshg)
574 call fMtxVdimVecMult(t2a,diag,t2,3,4,3,3,nshg)
[all …]