Home
last modified time | relevance | path

Searched refs:c3 (Results 1 – 3 of 3) sorted by relevance

/phasta/phSolver/common/
H A Dproces.f49 real*8 c0, c1, c2, c3, x1, x2 local
177 c3 = 0 !zero derivative
178 c3 = (c3 - c2)/(x2 - x1)
180 c3 = (c3 - c2)/(x2 - x1)
193 & (c2 - (x2 - x1)*c3) + (point2x(nn,1) - x1)*c3))
H A DINIprofile.f191 c3 = 0.2168
/phasta/phSolver/incompressible/
H A Dstats.f95 & d0, d1, d2, c0, c1, c2, c3, c4, c5 local
165 c3 = r5 - r3 * r4 * d1
169 & + c3 * (c4 * c5 - c3 * c2)
170 & + c5 * (c3 * c4 - c1 * c5)
174 stsCInv(i,3) = det * (c0 * c1 - c3 * c3)
175 stsCInv(i,4) = det * (c4 * c5 - c2 * c3)
176 stsCInv(i,5) = det * (c3 * c5 - c0 * c4)
177 stsCInv(i,6) = det * (c3 * c4 - c1 * c5)