Searched defs:EulerContext_ (Results 1 – 1 of 1) sorted by relevance
23 struct EulerContext_ { struct24 CeedScalar center[3];25 CeedScalar curr_time;26 CeedScalar vortex_strength;27 CeedScalar c_tau;28 CeedScalar mean_velocity[3];29 bool implicit;30 int euler_test;31 int stabilization; // See StabilizationType: 0=none, 1=SU, 2=SUPG