Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex49.c834 PetscScalar opts_E, opts_nu; in solve_elasticity_2d() local
837 opts_nu = 0.33; in solve_elasticity_2d()
839 PetscCall(PetscOptionsGetScalar(NULL, NULL, "-iso_nu", &opts_nu, &flg)); in solve_elasticity_2d()
843 element_props[j][i].nu[p] = opts_nu; in solve_elasticity_2d()