Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dblasius.h26 …CeedScalar Th_cheb[BLASIUS_MAX_N_CHEBYSHEV - 1]; // !< Chebyshev coefficien… member
80 ChebyshevEval(N - 1, blasius->Th_cheb, X, blasius->eta_max, h); in BlasiusSolution()
/honee/problems/
H A Dblasius.c104 for (int i = 0; i < N - 1; i++) blasius->Th_cheb[i] = cheb_coefs[i + N]; in ComputeChebyshevCoefficients()