Home
last modified time | relevance | path

Searched defs:c (Results 1 – 8 of 8) sorted by relevance

/phasta/phSolver/compressible/
H A De3eig1.f1 subroutine e3eig1 (rho, T, cp, gamb, c, argument
224 subroutine e3eig2 (u, c, AR1, AR2, AR3, argument
H A Dspsi3pre.f25 integer sparseloc, c, c1 local
H A Dgetthm.f3 & alfap, betaT, gamb, c ) argument
/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
328 subroutine fMtxBlkDot2( x, y, c, m, n ) argument
334 real*8 x(n,m), y(n), c(m) local
510 subroutine fMtxBlkDaxpy( x, y, c, m, n ) argument
516 real*8 x(n,m), y(n), c(m) local
648 subroutine fMtxBlkDyeax( x, y, c, m, n ) argument
654 real*8 x(n,m), y(n), c(m) local
791 subroutine fMtxBlkDmaxpy( x, y, c, m, n ) argument
797 real*8 x(n,m), y(n), c(m) local
[all …]
/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
/phasta/svLS/
H A DGMRES.f58 REAL*8, ALLOCATABLE :: u(:,:,:), h(:,:), unCondU(:,:), y(:), c(:), local
180 REAL*8, ALLOCATABLE :: u(:,:,:), h(:,:), X(:,:), y(:), c(:), s(:), local
/phasta/phastaIO/
H A DphastaIO.cc2050 char c[sizeof( long )]; in isLittleEndian() member