Lines Matching refs:context
74 const SetupContextShock context = (SetupContextShock)ctx; in Exact_ShockTube() local
75 const CeedScalar mid_point = context->mid_point; // Midpoint of the domain in Exact_ShockTube()
76 const CeedScalar P_high = context->P_high; // Driver section pressure in Exact_ShockTube()
77 const CeedScalar rho_high = context->rho_high; // Driver section density in Exact_ShockTube()
78 const CeedScalar P_low = context->P_low; // Driven section pressure in Exact_ShockTube()
79 const CeedScalar rho_low = context->rho_low; // Driven section density in Exact_ShockTube()
218 ShockTubeContext context = (ShockTubeContext)ctx; in EulerShockTube() local
219 const CeedScalar Cyzb = context->Cyzb; in EulerShockTube()
220 const CeedScalar Byzb = context->Byzb; in EulerShockTube()
221 const CeedScalar c_tau = context->c_tau; in EulerShockTube()
282 if (context->yzb) { in EulerShockTube()
342 switch (context->stabilization) { in EulerShockTube()