Home
last modified time | relevance | path

Searched defs:E (Results 1 – 11 of 11) sorted by relevance

/libCEED/examples/solids/qfunctions/
H A Dmanufactured-force.h21 CeedScalar E; // Young's Modulus member
37 const CeedScalar E = context->E; in SetupMMSForce() local
H A Dlinear.h21 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 Dconstant-force.h21 CeedScalar E; // Young's Modulus member
H A Dfinite-strain-neo-hookean.h21 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 Dneo-hookean.h19 CeedScalar E; // Young's Modulus member
/libCEED/examples/fluids/qfunctions/
H A Deulervortex.h87 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 Dchannel.h124 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 Dshocktube.h114 …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 Dadvection.h524 const CeedScalar E = q[4][i]; in Advection_InOutFlowGeneric() local
H A Dstg_shur14.h383 const CeedScalar E = E_internal + E_kinetic; in StgShur14Inflow() local
/libCEED/examples/petsc/src/
H A Dmatops.c176 Vec E; in ComputeL2Error() local