Searched defs:BlasiusContext_ (Results 1 – 1 of 1) sorted by relevance
22 struct BlasiusContext_ { struct23 bool implicit; // !< Using implicit timesteping or not24 bool weakT; // !< flag to set Temperature weakly at inflow25 CeedScalar delta0; // !< Boundary layer height at inflow26 State S_infty;27 …edScalar T_wall; // !< Temperature at the wall28 …edScalar x_inflow; // !< Location of inflow in x29 …Scalar n_cheb; // !< Number of Chebyshev terms30 … *X; // !< Chebyshev polynomial coordinate vector (CPU only)31 …Scalar eta_max; // !< Maximum eta in the domain[all …]