Home
last modified time | relevance | path

Searched defs:P (Results 1 – 7 of 7) sorted by relevance

/honee/qfunctions/
H A Dchannel.h110 const CeedScalar P = s_inside.Y.pressure; in Channel_Inflow() local
162 const CeedScalar P = context->P0; // pressure in Channel_Outflow() local
H A Deulervortex.h81 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 Dshocktube.h85 CeedScalar rho, P, u[3] = {0.}; in Exact_ShockTube() local
257 P = E_internal * (gamma - 1); // P = pressure in EulerShockTube() local
H A Dutils.h230 …t CeedScalar *mat_A, const CeedScalar *mat_B, CeedScalar *mat_C, CeedInt N, CeedInt M, CeedInt P) { in MatMatNM()
H A Dstg_shur14.h376 CeedScalar E_internal, P; in StgShur14Inflow() local
/honee/src/
H A Ddm-utils.c594 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 Dnewtonian.c741 const CeedScalar P = (HeatCapacityRatio(gas) - 1) * rho * gas.cv * T; in UnitTests_Newtonian() local