Home
last modified time | relevance | path

Searched defs:b (Results 1 – 11 of 11) sorted by relevance

/phasta/phSolver/incompressible/
H A Dftools.f52 subroutine fMtxVdimVecMult( a, b, c, na, nb, nc, m, n ) argument
58 real*8 a(n,na), b(n,nb), c(n,nc) local
132 subroutine flesCp ( a, b, m, n ) argument
136 real*8 a(n,m), b(n,m) local
170 subroutine flesScaleCp ( a, b, s, m, n ) argument
174 real*8 a(n,m), b(n,m), s local
189 subroutine flesAdd ( a, b, m, n ) argument
193 real*8 a(n,m), b(n,m) local
208 subroutine flesSub ( a, b, m, n ) argument
212 real*8 a(n,m), b(n,m) local
[all …]
H A De3lhs.f49 integer aa, b local
295 integer aa, b local
H A De3bvar.f111 integer aa, b local
H A De3.f206 integer aa, b local
/phasta/phSolver/common/
H A Dfillsparse.f12 integer aa, b, c, e, i, k, n local
86 integer aa, b, c, e, i, k, n, n1 local
148 integer aa, b, c, e, i, k, n, n1 local
202 integer aa, b, c, e, i, k, n local
H A Dfillsparse.c17 #define COLMAJ3D(a,b,c,amax,bmax,cmax) (a-1)+amax*((b-1)+bmax*(c-1)) argument
H A Dnewshape.cc424 int a,b; in HexShapeAndDrv() local
/phasta/phSolver/compressible/
H A De3b.f94 integer aa, b local
H A Drstat.f1 subroutine rstat (res, ilwork, b) argument
H A Dsolgmrpetsc.c20 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument
21 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument
/phasta/svLS/
H A DPRECOND.f54 INTEGER i, j, a, b, d, Ac, faIn local