Home
last modified time | relevance | path

Searched refs:ftemp (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/classes/draw/utils/
H A Daxis.c111 PetscReal base, ftemp, e10; in PetscAGetBase() local
125 ftemp = PetscLog10Real((1.0 + EPS) * base); in PetscAGetBase()
126 if (ftemp < 0.0) ftemp -= 1.0; in PetscAGetBase()
127 *power = (int)ftemp; in PetscAGetBase()
/petsc/src/snes/tutorials/
H A Dex19.c381 PetscScalar fu, fv, fomega, ftemp; in NonlinearGS() local
505 ftemp = 0.0; in NonlinearGS()
561ftemp = 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 …]