Searched refs:ftemp (Results 1 – 2 of 2) sorted by relevance
111 PetscReal base, ftemp, e10; in PetscAGetBase() local125 ftemp = PetscLog10Real((1.0 + EPS) * base); in PetscAGetBase()126 if (ftemp < 0.0) ftemp -= 1.0; in PetscAGetBase()127 *power = (int)ftemp; in PetscAGetBase()
381 PetscScalar fu, fv, fomega, ftemp; in NonlinearGS() local505 ftemp = 0.0; in NonlinearGS()561 …ftemp = uxx + uyy + prandtl * ((vxp * (u - x[j][i - 1].temp) + vxm * (x[j][i + 1].temp - u)) * hy … in NonlinearGS()579 yt = (ftemp - (dftdu * yu + dftdv * yv)) / dftdt; in NonlinearGS()588 ftemp = x[j][i].temp - bjitemp; in NonlinearGS()590 yt = ftemp; in NonlinearGS()592 x[j][i].temp = x[j][i].temp - ftemp; in NonlinearGS()596 ftemp = x[j][i].temp - (PetscReal)(grashof > 0) - bjitemp; in NonlinearGS()598 yt = ftemp; in NonlinearGS()600 x[j][i].temp = x[j][i].temp - ftemp; in NonlinearGS()[all …]