Searched refs:ChebyshevEval (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex31.c | 129 static void ChebyshevEval(PetscInt N, const PetscScalar *Tf, PetscReal x, PetscReal dx_deta, PetscS… in ChebyshevEval() function 181 ChebyshevEval(N, Tf, -1., blasius->dx_deta, f); in FormFunction() 184 ChebyshevEval(N, Tf, 1., blasius->dx_deta, f); in FormFunction() 187 ChebyshevEval(N, Tf, blasius->x[i], blasius->dx_deta, f); in FormFunction() 189 ChebyshevEval(N - 1, Th, blasius->x[i], blasius->dx_deta, h); in FormFunction() 192 ChebyshevEval(N - 1, Th, -1., blasius->dx_deta, h); in FormFunction() 194 ChebyshevEval(N - 1, Th, 1., blasius->dx_deta, h); in FormFunction()
|