Searched refs:bjitemp (Results 1 – 1 of 1) sorted by relevance
387 PetscScalar bjiu, bjiv, bjiomega, bjitemp; in NonlinearGS() local512 bjitemp = b[j][i].temp; in NonlinearGS()517 bjitemp = 0.0; in NonlinearGS()561 …1].temp - u)) * hy + (vyp * (u - x[j - 1][i].temp) + vym * (x[j + 1][i].temp - u)) * hx) - bjitemp; in NonlinearGS()588 ftemp = x[j][i].temp - bjitemp; in NonlinearGS()596 ftemp = x[j][i].temp - (PetscReal)(grashof > 0) - bjitemp; in NonlinearGS()604 ftemp = x[j][i].temp - x[j + 1][i].temp - bjitemp; in NonlinearGS()612 ftemp = x[j][i].temp - x[j - 1][i].temp - bjitemp; in NonlinearGS()