Home
last modified time | relevance | path

Searched refs:Jm1 (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/solids/qfunctions/
H A Dfinite-strain-neo-hookean.h114 const CeedScalar Jm1 = computeJM1(grad_u); in commonFS() local
125 const CeedScalar detC = (Jm1 + 1.) * (Jm1 + 1.); in commonFS()
135 *logJ = log1p_series_shifted(Jm1); in commonFS()
454 const CeedScalar Jm1 = computeJM1(grad_u); in ElasFSEnergy_NH() local
455 const CeedScalar logJ = log1p_series_shifted(Jm1); in ElasFSEnergy_NH()
531 const CeedScalar Jm1 = computeJM1(grad_u); in ElasFSDiagnostic_NH() local
532 const CeedScalar logJ = log1p_series_shifted(Jm1); in ElasFSDiagnostic_NH()
541 diagnostic[6][i] = Jm1 + 1.; in ElasFSDiagnostic_NH()
H A Dfinite-strain-mooney-rivlin.h136 const CeedScalar Jm1 = computeJM1(grad_u); in commonFSMR() local
139 const CeedScalar detC = (Jm1 + 1.) * (Jm1 + 1.); in commonFSMR()
146 *logJ = log1p_series_shifted(Jm1); in commonFSMR()
488 const CeedScalar Jm1 = computeJM1(grad_u); in ElasFSEnergy_MR() local
498 const CeedScalar logJ = log1p_series_shifted(Jm1); in ElasFSEnergy_MR()
570 const CeedScalar Jm1 = computeJM1(grad_u); in ElasFSDiagnostic_MR() local
571 const CeedScalar logJ = log1p_series_shifted(Jm1); in ElasFSDiagnostic_MR()
580 diagnostic[6][i] = Jm1 + 1; in ElasFSDiagnostic_MR()