Home
last modified time | relevance | path

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

/libCEED/examples/solids/qfunctions/
H A Dfinite-strain-neo-hookean.h79 CEED_QFUNCTION_HELPER int computeMatinvSym(const CeedScalar A[3][3], const CeedScalar detA, CeedSca… in computeMatinvSym() argument
89 for (CeedInt m = 0; m < 6; m++) Ainv[m] = B[m] / (detA); in computeMatinvSym()
H A Dfinite-strain-mooney-rivlin.h84 CEED_QFUNCTION_HELPER int computeMatinvSym(const CeedScalar A[3][3], const CeedScalar detA, CeedSca… in computeMatinvSym() argument
94 for (CeedInt m = 0; m < 6; m++) Ainv[m] = B[m] / (detA); in computeMatinvSym()