Searched defs:E (Results 1 – 11 of 11) sorted by relevance
| /libCEED/examples/solids/qfunctions/ |
| H A D | manufactured-force.h | 21 CeedScalar E; // Young's Modulus member 37 const CeedScalar E = context->E; in SetupMMSForce() local
|
| H A D | linear.h | 21 CeedScalar E; // Young's Modulus member 39 const CeedScalar E = context->E; in ElasResidual_Linear() local 136 const CeedScalar E = context->E; in ElasJacobian_Linear() local 228 const CeedScalar E = context->E; in ElasEnergy_Linear() local 296 const CeedScalar E = context->E; in ElasDiagnostic_Linear() local
|
| H A D | constant-force.h | 21 CeedScalar E; // Young's Modulus member
|
| H A D | finite-strain-neo-hookean.h | 21 CeedScalar E; // Young's Modulus member 158 const CeedScalar E = context->E; in ElasFSResidual_NH() local 265 const CeedScalar E = context->E; in ElasFSJacobian_NH() local 407 const CeedScalar E = context->E; in ElasFSEnergy_NH() local 478 const CeedScalar E = context->E; in ElasFSDiagnostic_NH() local
|
| /libCEED/examples/solids/problems/ |
| H A D | neo-hookean.h | 19 CeedScalar E; // Young's Modulus member
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | eulervortex.h | 87 CeedScalar rho, P, T, E, u[3] = {0.}; in Exact_Euler() local 182 …bian_Euler(CeedScalar dF[3][5][5], const CeedScalar rho, const CeedScalar u[3], const CeedScalar E, in ConvectiveFluxJacobian_Euler() 285 const CeedScalar E = q[4][i]; in Euler() local 408 const CeedScalar E = q[4][i]; in IFunction_Euler() local 605 const CeedScalar E = q[4][i]; in Euler_Outflow() local
|
| H A D | channel.h | 124 const CeedScalar E = rho_in * e_internal + E_kinetic; in Channel_Inflow() local 163 const CeedScalar E = q[4][i]; in Channel_Outflow() local
|
| H A D | shocktube.h | 114 …bian_Euler(CeedScalar dF[3][5][5], const CeedScalar rho, const CeedScalar u[3], const CeedScalar E, in ConvectiveFluxJacobian_Euler() 240 const CeedScalar E = q[4][i]; in EulerShockTube() local
|
| H A D | advection.h | 524 const CeedScalar E = q[4][i]; in Advection_InOutFlowGeneric() local
|
| H A D | stg_shur14.h | 383 const CeedScalar E = E_internal + E_kinetic; in StgShur14Inflow() local
|
| /libCEED/examples/petsc/src/ |
| H A D | matops.c | 176 Vec E; in ComputeL2Error() local
|