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