Searched refs:nu_flag (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/solids/problems/ |
| H A D | neo-hookean.c | 32 PetscBool nu_flag = PETSC_FALSE; in PhysicsSmootherContext_NH() local 39 …Scalar("-nu_smoother", "Poisson's ratio for smoother", NULL, nu_smoother, &nu_smoother, &nu_flag)); in PhysicsSmootherContext_NH() 43 if (nu_flag) { in PhysicsSmootherContext_NH() 63 PetscBool nu_flag = PETSC_FALSE; in ProcessPhysics_NH() local 75 PetscCall(PetscOptionsScalar("-nu", "Poisson's ratio", NULL, phys->nu, &phys->nu, &nu_flag)); in ProcessPhysics_NH() 91 if (!nu_flag) { in ProcessPhysics_NH()
|
| H A D | mooney-rivlin.c | 32 PetscBool nu_flag = PETSC_FALSE; in PhysicsSmootherContext_MR() local 39 …Scalar("-nu_smoother", "Poisson's ratio for smoother", NULL, nu_smoother, &nu_smoother, &nu_flag)); in PhysicsSmootherContext_MR() 46 if (nu_flag) { in PhysicsSmootherContext_MR()
|