Searched refs:tx2 (Results 1 - 13 of 13) sorted by relevance

/barrelfish-master/usr/bench/rcce/lu/
H A Dapplu.h32 double tx1, tx2, tx3; variable
101 tx1, tx2, tx3, ty1, ty2, ty3, tz1, tz2, tz3)
H A Djacld.c288 c(1,2,i,j) = - dt * tx2;
293 c(2,1,i,j) = - dt * tx2
299 c(2,2,i,j) = - dt * tx2
303 c(2,3,i,j) = - dt * tx2
305 c(2,4,i,j) = - dt * tx2
307 c(2,5,i,j) = - dt * tx2 * c2 ;
309 c(3,1,i,j) = - dt * tx2
312 c(3,2,i,j) = - dt * tx2 * ( u(3,i-1,j,k) * tmp1 );
313 c(3,3,i,j) = - dt * tx2 * ( u(2,i-1,j,k) * tmp1 )
319 c(4,1,i,j) = - dt * tx2
[all...]
H A Djacu.c132 a(1,2,i,j) = dt * tx2;
137 a(2,1,i,j) = dt * tx2
143 a(2,2,i,j) = dt * tx2
147 a(2,3,i,j) = dt * tx2
149 a(2,4,i,j) = dt * tx2
151 a(2,5,i,j) = dt * tx2 * c2 ;
153 a(3,1,i,j) = dt * tx2
156 a(3,2,i,j) = dt * tx2 * ( u(3,i+1,j,k) * tmp1 );
157 a(3,3,i,j) = dt * tx2 * ( u(2,i+1,j,k) * tmp1 )
163 a(4,1,i,j) = dt * tx2
[all...]
H A Dapplu_share.h30 tx2, ty2, tz2,
48 tx1, tx2, tx3, ty1, ty2, ty3, tz1, tz2, tz3)
H A Dsetcoeff.c12 tx2 = 1.0 / ( 2.0 * dxi );
H A Derhs.c111 - tx2 * ( flux(m,i+1,j,k) - flux(m,i-1,j,k) );
H A Drhs.c80 - tx2 * ( flux(m,i+1,j,k) - flux(m,i-1,j,k) );
/barrelfish-master/usr/bench/rcce/bt/
H A Dapplu_share.h30 tx2, ty2, tz2,
47 tx1, tx2, tx3, ty1, ty2, ty3, tz1, tz2, tz3)
H A Dset_constants.c104 tx2 = 1.0e0 / (2.0e0 * dnxm1);
143 dttx2 = dt*tx2;
H A Dexact_rhs.c74 tx2*( ue(ip1,2)-ue(im1,2) )+
77 forcing(2,i,j,k,c) = forcing(2,i,j,k,c) - tx2 * (
83 forcing(3,i,j,k,c) = forcing(3,i,j,k,c) - tx2 * (
88 forcing(4,i,j,k,c) = forcing(4,i,j,k,c) - tx2*(
93 forcing(5,i,j,k,c) = forcing(5,i,j,k,c) - tx2*(
H A Dheader.h97 double tx1, tx2, tx3, ty1, ty2, ty3, tz1, tz2, tz3, variable
156 extern double tx1, tx2, tx3, ty1, ty2, ty3, tz1, tz2, tz3,
255 #pragma omp threadprivate (tx1, tx2, tx3, ty1, ty2, ty3, tz1, tz2, tz3, \
H A Drhs.c71 tx2 * (u(2,i+1,j,k,c) - u(2,i-1,j,k,c));
77 tx2 * (u(2,i+1,j,k,c)*up1 -
88 tx2 * (u(3,i+1,j,k,c)*up1 -
96 tx2 * (u(4,i+1,j,k,c)*up1 -
109 tx2 * ( (c1*u(5,i+1,j,k,c) -
H A Dx_solve.c391 tmp2 = dt * tx2;

Completed in 49 milliseconds