| /libCEED/examples/solids/problems/ |
| H A D | mooney-rivlin.h | 21 CeedScalar lambda; member
|
| /libCEED/examples/solids/qfunctions/ |
| H A D | finite-strain-mooney-rivlin.h | 26 CeedScalar lambda; member 102 …PER int commonFSMR(const CeedScalar mu_1, const CeedScalar mu_2, const CeedScalar lambda, const Ce… in commonFSMR() 171 const CeedScalar lambda = context->lambda; in ElasFSResidual_MR() local 270 const CeedScalar lambda = context->lambda; in ElasFSJacobian_MR() local 430 const CeedScalar lambda = context->lambda; in ElasFSEnergy_MR() local 522 const CeedScalar lambda = context->lambda; in ElasFSDiagnostic_MR() local
|
| H A D | finite-strain-neo-hookean.h | 98 CEED_QFUNCTION_HELPER int commonFS(const CeedScalar lambda, const CeedScalar mu, const CeedScalar g… in commonFS() 163 const CeedScalar lambda = (3 * Kbulk - TwoMu) / 3; in ElasFSResidual_NH() local 272 const CeedScalar lambda = (3 * Kbulk - TwoMu) / 3; in ElasFSJacobian_NH() local 412 const CeedScalar lambda = (3 * Kbulk - TwoMu) / 3; in ElasFSEnergy_NH() local 483 const CeedScalar lambda = (3 * Kbulk - TwoMu) / 3; in ElasFSDiagnostic_NH() local
|
| H A D | linear.h | 235 const CeedScalar lambda = (3 * Kbulk - TwoMu) / 3; in ElasEnergy_Linear() local 303 const CeedScalar lambda = (3 * Kbulk - TwoMu) / 3; in ElasDiagnostic_Linear() local
|
| /libCEED/tests/ |
| H A D | t304-basis.c | 14 CeedScalar M[16], Q[16], lambda[4], Q_lambda_Qt[16]; in main() local
|
| H A D | t305-basis.c | 14 CeedScalar M[p * p], K[p * p], X[p * p], lambda[p]; in main() local
|
| /libCEED/examples/petsc/qfunctions/bps/ |
| H A D | bp4sphere.h | 40 const CeedScalar lambda = atan2(y, x); // longitude in SetupDiffRhs3() local
|
| H A D | bp3sphere.h | 163 const CeedScalar lambda = atan2(y, x); // longitude in SetupDiffRhs() local
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | newtonian_types.h | 24 CeedScalar lambda; member
|
| /libCEED/examples/fluids/problems/ |
| H A D | newtonian.c | 245 CeedScalar lambda = -2. / 3.; // - in NS_NEWTONIAN_IG() local
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 87 PetscScalar lambda = (x - layer / 6.0) * 6; in Kershaw() local
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 1300 int CeedSymmetricSchurDecomposition(Ceed ceed, CeedScalar *mat, CeedScalar *lambda, CeedInt n) { in CeedSymmetricSchurDecomposition() 1447 …eed ceed, CeedScalar *mat_A, CeedScalar *mat_B, CeedScalar *mat_X, CeedScalar *lambda, CeedInt n) { in CeedSimultaneousDiagonalization()
|
| H A D | ceed-preconditioning.c | 2908 CeedScalar *mass, *laplace, *x, *fdm_interp, *lambda, *elem_avg; in CeedOperatorCreateFDMElementInverse() local
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1466 function CeedSymmetricSchurDecomposition(ceed, mat, lambda, n) argument 1470 function CeedSimultaneousDiagonalization(ceed, mat_A, mat_B, x, lambda, n) argument
|