Lines Matching refs:tleft
41 PetscReal tleft, tright; /* Dirichlet boundary conditions */ member
63 user.tleft = 1.0; in main()
66 PetscCall(PetscOptionsGetReal(NULL, NULL, "-tleft", &user.tleft, NULL)); in main()
112 PetscReal tleft; in FormInitialGuess() local
119 tleft = user->tleft; in FormInitialGuess()
126 for (i = xs; i < xs + xm; i++) x[j][i] = tleft; in FormInitialGuess()
139 PetscScalar tleft, tright, beta; in FormFunction() local
152 tleft = user->tleft; in FormFunction()
193 tw = tleft; in FormFunction()
298 PetscScalar tleft, tright, beta, bm1, coef; in FormJacobian() local
312 tleft = user->tleft; in FormJacobian()
379 tw = tleft; in FormJacobian()