Lines Matching defs:BlasiusContext_
15 struct BlasiusContext_ { struct
16 bool implicit; // !< Using implicit timesteping or not
17 bool weakT; // !< flag to set Temperature weakly at inflow
18 CeedScalar delta0; // !< Boundary layer height at inflow
19 State S_infty;
20 …edScalar T_wall; // !< Temperature at the wall
21 …edScalar x_inflow; // !< Location of inflow in x
22 …Scalar n_cheb; // !< Number of Chebyshev terms
23 … *X; // !< Chebyshev polynomial coordinate vector (CPU only)
24 …Scalar eta_max; // !< Maximum eta in the domain
25 …alar Tf_cheb[BLASIUS_MAX_N_CHEBYSHEV]; // !< Chebyshev coefficient for f
26 …alar Th_cheb[BLASIUS_MAX_N_CHEBYSHEV - 1]; // !< Chebyshev coefficient for h
27 struct NewtonianIdealGasContext_ newt_ctx;