Searched refs:nu_smoother (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/solids/problems/ |
| H A D | mooney-rivlin.c | 31 PetscScalar nu_smoother = 0; in PhysicsSmootherContext_MR() local 39 …onsScalar("-nu_smoother", "Poisson's ratio for smoother", NULL, nu_smoother, &nu_smoother, &nu_fla… in PhysicsSmootherContext_MR() 40 if (nu_smoother < 0 || nu_smoother >= 0.5) { in PhysicsSmootherContext_MR() 54 …er->lambda = 2 * (phys_smoother->mu_1 + phys_smoother->mu_2) * nu_smoother / (1 - 2 * nu_smoother); in PhysicsSmootherContext_MR()
|
| H A D | neo-hookean.c | 31 PetscScalar nu_smoother = 0; in PhysicsSmootherContext_NH() local 39 …onsScalar("-nu_smoother", "Poisson's ratio for smoother", NULL, nu_smoother, &nu_smoother, &nu_fla… in PhysicsSmootherContext_NH() 51 phys_smoother->nu = nu_smoother; in PhysicsSmootherContext_NH()
|
| /libCEED/examples/solids/ |
| H A D | README.md | 122 * - `-nu_smoother [real]`
|