Searched refs:opts_E0 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex49.c | 849 PetscScalar opts_E0, opts_nu0, opts_xc; in solve_elasticity_2d() local 852 opts_E0 = opts_E1 = 1.0; in solve_elasticity_2d() 855 PetscCall(PetscOptionsGetScalar(NULL, NULL, "-step_E0", &opts_E0, &flg)); in solve_elasticity_2d() 869 element_props[j][i].E[p] = opts_E0; in solve_elasticity_2d() 911 PetscScalar opts_E0, opts_nu0; in solve_elasticity_2d() local 916 opts_E0 = opts_E1 = 1.0; in solve_elasticity_2d() 918 PetscCall(PetscOptionsGetScalar(NULL, NULL, "-sponge_E0", &opts_E0, &flg)); in solve_elasticity_2d() 934 element_props[j][i].E[p] = opts_E0; in solve_elasticity_2d()
|