Lines Matching refs:context
79 const SetupContextShock context = (SetupContextShock)ctx; in Exact_ShockTube() local
80 const CeedScalar mid_point = context->mid_point; // Midpoint of the domain in Exact_ShockTube()
81 const CeedScalar P_high = context->P_high; // Driver section pressure in Exact_ShockTube()
82 const CeedScalar rho_high = context->rho_high; // Driver section density in Exact_ShockTube()
83 const CeedScalar P_low = context->P_low; // Driven section pressure in Exact_ShockTube()
84 const CeedScalar rho_low = context->rho_low; // Driven section density in Exact_ShockTube()
230 ShockTubeContext context = (ShockTubeContext)ctx; in EulerShockTube() local
231 const CeedScalar Cyzb = context->Cyzb; in EulerShockTube()
232 const CeedScalar Byzb = context->Byzb; in EulerShockTube()
233 const CeedScalar c_tau = context->c_tau; in EulerShockTube()
294 if (context->yzb) { in EulerShockTube()
354 switch (context->stabilization) { in EulerShockTube()