Home
last modified time | relevance | path

Searched defs:BlasiusContext_ (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dblasius.h22 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
[all …]