Searched defs:EulerContext_ (Results 1 – 1 of 1) sorted by relevance
17 struct EulerContext_ { struct18 CeedScalar center[3];19 CeedScalar curr_time;20 CeedScalar vortex_strength;21 CeedScalar c_tau;22 CeedScalar mean_velocity[3];23 bool implicit;24 int euler_test;25 int stabilization; // See StabilizationType: 0=none, 1=SU, 2=SUPG