Searched defs:P (Results 1 – 7 of 7) sorted by relevance
| /honee/qfunctions/ |
| H A D | channel.h | 110 const CeedScalar P = s_inside.Y.pressure; in Channel_Inflow() local 162 const CeedScalar P = context->P0; // pressure in Channel_Outflow() local
|
| H A D | eulervortex.h | 81 CeedScalar rho, P, T, E, u[3] = {0.}; in Exact_Euler() local 306 P = E_internal * (gamma - 1.); // P = pressure in Euler() local 426 P = E_internal * (gamma - 1.); // P = pressure in IFunction_Euler() local 611 const CeedScalar P = (E - E_kinetic * rho) * (gamma - 1.); // pressure in Euler_Outflow() local
|
| H A D | shocktube.h | 85 CeedScalar rho, P, u[3] = {0.}; in Exact_ShockTube() local 257 P = E_internal * (gamma - 1); // P = pressure in EulerShockTube() local
|
| H A D | utils.h | 230 …t CeedScalar *mat_A, const CeedScalar *mat_B, CeedScalar *mat_C, CeedInt N, CeedInt M, CeedInt P) { in MatMatNM()
|
| H A D | stg_shur14.h | 376 CeedScalar E_internal, P; in StgShur14Inflow() local
|
| /honee/src/ |
| H A D | dm-utils.c | 594 PetscInt field_offset = 0, num_comp, P, Q, dim; in ComputeFieldTabulationP2C() local 828 …PetscInt num_comp = basis_tabulation->Nc, P = basis_tabulation->Nb / num_comp, Q = basis_tabulatio… in DMPlexCeedBasisCreate() local 999 PetscInt num_derivatives = 1, num_comp, P, Q = -1; in DMPlexCeedBasisCellToFaceCreate() local
|
| /honee/problems/ |
| H A D | newtonian.c | 741 const CeedScalar P = (HeatCapacityRatio(gas) - 1) * rho * gas.cv * T; in UnitTests_Newtonian() local
|